Create(TObject,string,Integer,string) Constructor
Initializes a new instance of the TdxHintedTextEventArgs class with specified settings.
Declaration
constructor Create(AOwnerItem: TObject; const AAnchorText: string; AHintIndex: Integer; const AHint: string); reintroduce; virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AOwnerItem | TObject | The parent UI element that contains the target formatted text range. |
| AAnchorText | string | The anchor text of the target formatted text range. |
| AHintIndex | Integer | The index of the target hint-marked text range within the parent UI element’s formatted message. |
| AHint | string | The hint string for the target formatted text range. |
See Also