RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.PHintInfo Type

PHintInfo declares a pointer to a Help Window appearance record.

Pascal
PHintInfo = ^THintInfo;
C++
^THintInfo PHintInfo;

Forms

The PHintInfo type declares a pointer to a THintInfo variable. The THintInfo type is used to define the appearance and behavior of the Help window in a TShowHintEvent type OnShowHint event handler. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!