TcxCustomGridController.ShowHint(TRect,TRect,string,Boolean,TFont,TcxCustomGridViewCellViewInfo) Method
Declaration
procedure ShowHint(const AHintAreaBounds: TRect; const ATextRect: TRect; const AText: string; AIsHintMultiLine: Boolean; AFont: TFont; AHintCellViewInfo: TcxCustomGridViewCellViewInfo);
Parameters
Name | Type |
---|---|
AHintAreaBounds | TRect |
ATextRect | TRect |
AText | string |
AIsHintMultiLine | Boolean |
AFont | TFont |
AHintCellViewInfo | TcxCustomGridViewCellViewInfo |
See Also