TBasedxReportLink.drawTextEx(TCanvas,TRect,Integer,Integer,Integer,string,TFont,TColor,TcxTextAlignX,TcxTextAlignY,Boolean,Boolean,Boolean,Boolean,Boolean) Method
Declaration
procedure drawTextEx(Canvas: TCanvas; var R: TRect; MaxLineCount: Integer; LeftIndent: Integer; RightIndent: Integer; const Text: string; Font: TFont; BkColor: TColor; TextAlignX: TcxTextAlignX; TextAlignY: TcxTextAlignY; FillBackground: Boolean; Multiline: Boolean; EndEllipsis: Boolean; PreventLeftTextExceed: Boolean; PreventTopTextExceed: Boolean); virtual;
Parameters
Name | Type |
---|---|
Canvas | TCanvas |
R | TRect |
MaxLineCount | Integer |
LeftIndent | Integer |
RightIndent | Integer |
Text | string |
Font | TFont |
BkColor | TColor |
TextAlignX | TcxTextAlignX |
TextAlignY | TcxTextAlignY |
FillBackground | Boolean |
Multiline | Boolean |
EndEllipsis | Boolean |
PreventLeftTextExceed | Boolean |
PreventTopTextExceed | Boolean |
See Also