TdxScreenTipLinks.FindScreenTipByControl(TControl) Method
Searches the collection for a ScreenTip linked to a specified hinted control.
Declaration
function FindScreenTipByControl(AControl: TControl): TdxScreenTip;
Parameters
| Name | Type |
|---|---|
| AControl | TControl |
Returns
| Type |
|---|
| TdxScreenTip |
Remarks
This function searches the first ScreenTip link whose Control property value matches AControl and returns the link’s ScreenTip property value as the function’s result. If no match is found, the function returns nil.
See Also