RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THintAction.Create Constructor

Creates an instance of THintAction.

Pascal
constructor Create(AOwner: TComponent); override;
C++
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!