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