Skip to main content

TdxPSReportRenderCustomCanvas.DrawCheckBox(TRect,Boolean,Boolean,Boolean,TdxCheckButtonEdgeStyle,TFont,Integer,TColor) Method

Declaration

procedure DrawCheckBox(var R: TRect; AChecked: Boolean; AEnabled: Boolean; AIsRadio: Boolean; AEdgeStyle: TdxCheckButtonEdgeStyle; AMarlettFont: TFont; ALineThickness: Integer; ABorderColor: TColor = clWindowText); virtual; abstract;

Parameters

Name Type
R TRect
AChecked Boolean
AEnabled Boolean
AIsRadio Boolean
AEdgeStyle TdxCheckButtonEdgeStyle
AMarlettFont TFont
ALineThickness Integer
ABorderColor TColor
See Also