TScripterCodeInsight.GetParameterHint Method
Returns the parameter hint to be displayed given an specified token
Syntax
Unit: atScript
function TScripterCodeInsight.GetParameterHint(const AToken: string; AInputPos: Integer): string;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AToken | string | the token used to display the parameter hint. Usually this token is previously retrieved using GetParameterHintInfo |
| AInputPos | Integer |
Returns
The parameter hint to be displayed in text format