THintInfo = record HintControl: TControl; HintWindowClass: THintWindowClass; HintPos: TPoint; HintMaxWidth: Integer; HintColor: TColor; CursorRect: TRect; CursorPos: TPoint; ReshowTimeout: Integer; HideTimeout: Integer; HintStr: string; HintData: TCustomData; end;
struct THintInfo { TControl * HintControl; THintWindowClass HintWindowClass; TPoint HintPos; int HintMaxWidth; TColor HintColor; TRect CursorRect; TPoint CursorPos; int ReshowTimeout; int HideTimeout; AnsiString HintStr; TCustomData HintData; };
This is record Controls.THintInfo.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|