ToolsAPI.TOTASyntaxHighlighter
Delphi
TOTASyntaxHighlighter = (shNone = 0,
shQuery = 1,
shPascal = 2,
shC = 3,
shSQL = 4,
shIDL = 5,
shMax = $FF);
C++
enum DECLSPEC_DENUM TOTASyntaxHighlighter : unsigned char { shNone, shQuery, shPascal, shC, shSQL, shIDL, shMax = 255 };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | ToolsAPI.pas ToolsAPI.hpp |
ToolsAPI | ToolsAPI |
Description
Embarcadero Technologies does not currently have any additional information.