SDAC

Syntax Highlighting in Component Editors

SDAC supports syntax highlighting in component editors at design time. This topic explains how to enable or disable this feature in SDAC component editors.

Enable syntax highlighting

Delphi

To enable syntax highlighting for Delphi, install the freeware SynEdit component set. You can download SynEdit from the official website or install it using the GetIt Package Manager. Once installed, syntax highlighting will be enabled automatically in all component editors.

DSManager_DataSets

Lazarus

In Lazarus, SynEdit is a system package integrated into the IDE. This means that syntax highlighting for SDAC component editors is enabled automatically and requires no additional setup.

Disable syntax highlighting in Delphi

If you have SynEdit installed but prefer not to use syntax highlighting in SDAC component editors, you can disable it in the following way:

  1. Open the Registry Editor.
  2. Navigate to the HKEY_CURRENT_USER\Software\Devart\SDAC\Editors registry key.
  3. Сreate a DWORD value named UseSynEdit and set its value to 0.

DSManager_DataSets

Syntax highlighting is now disabled for SDAC. To enable syntax highlighting again, delete the UseSynEdit value or set it to 1.

© 1997-2025 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback