Links
EControl Syntax Editor SDK
TParamCompletion.Automatic Property

Specifies mode of the parameter hint tool.

property Automatic: Boolean;

In automatic mode all text processing provided by the component, that is you should only write OnGetParams event handler to fill Items for the specified function. If Automatic is False you should manually show hint (using procedure ShowAt(pos: integer)), control caret position to set ParamNumber and to hide hint (procedure CloseUp).

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!