TatMethod.UpdateParameterHints Method
Sets the textual parameter hint information used by the scripter for code completion.
Remarks
The string must be in Pascal format; types and default values may be omitted. Examples: 'ParamName;ParamName2'``'ParamName:string;ParamName2:integer'``'ParamName1:TObject;ParamName2:integer=0;ParamName3:boolean=false' This string is used only for parameter hinting and does not affect other properties such as ArgCount or DefArgCount, which must still be set correctly.
Syntax
Unit: atScript
procedure TatMethod.UpdateParameterHints(const AParameterHints: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AParameterHints | string |