Links
EControl Syntax Editor SDK
Types

The following table lists types in this documentation.

Type 
Description 
In ANSI mode
ecChar = Char;
In UNICODE mode, when defined EC_UNICODE macro
ecChar = WideChar; 
In .Net mode
ecPChar = string;
In WIN32 mode
ecPChar = PChar; 
In .Net mode
ecPointer = TObject;
In WIN32 mode
ecPointer = Pointer; 
In ANSI mode
ecString = AnsiString;
In UNICODE mode, when define EC_UNICODE macro
ecString = WideString; 
Pointer to character. 
Event to define "word" characters. Used by several components. 
In ANSI mode
TecStringList = TStringList;
In UNICODE mode, when define EC_UNICODE macro
TecStringList = TWideStringList; 
In ANSI mode
TecStrings = TStrings;
In UNICODE mode, when define EC_UNICODE macro
TecStrings = TWideStrings; 
Unicode character. 
Unicode string. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!