RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreenTipsWindow.Create Constructor

Creates and initializes an instance of THintWindow.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TScreenTipsWindow(TComponent * AOwner);

Call Create to instantiate a hint window at runtime. Hint windows activated by the application in response to the ShowHint property of a control are created automatically. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!