TcxCustomEditViewInfo.NeedShowHint(TcxCanvas,TPoint,TRect,TCaption,Boolean,TRect,Integer) Method
Declaration
function NeedShowHint(ACanvas: TcxCanvas; const P: TPoint; const AVisibleBounds: TRect; out AText: TCaption; out AIsMultiLine: Boolean; out ATextRect: TRect; AMaxLineCount: Integer = 0): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| ACanvas | TcxCanvas |
| P | TPoint |
| AVisibleBounds | TRect |
| AText | TCaption |
| AIsMultiLine | Boolean |
| ATextRect | TRect |
| AMaxLineCount | Integer |
Returns
| Type |
|---|
| Boolean |
See Also