RAD Studio VCL Reference
|
Creates an instance of THintAction.
constructor Create(AOwner: TComponent); override;
virtual __fastcall THintAction(TComponent * AOwner);
Typically, you do not need to create THintAction instances. THintAction is created by the application object when it detects the need to display a hint.
You can, however, create a THintAction object, set its Hint property, and then call its Execute method to cause other controls in the application (such as status bars) to display a message for some application-generated condition (such as a status message).
AOwner is the component, typically the application object, that is responsible for freeing the THintAction object.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|