Skip to main content

TdxPSReportRenderer.DrawExpandButton(TdxPSReportRenderCustomCanvas,TRect,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,TColor,TColor) Method

Declaration

procedure DrawExpandButton(ACanvas: TdxPSReportRenderCustomCanvas; var R: TRect; AExpanded: Boolean; ADrawBorder: Boolean; AEdge3D: Boolean; AEdge3DSoft: Boolean; AShadow: Boolean; AFillInterior: Boolean; ABorderColor: TColor; AInteriorColor: TColor); virtual;

Parameters

Name Type
ACanvas TdxPSReportRenderCustomCanvas
R TRect
AExpanded Boolean
ADrawBorder Boolean
AEdge3D Boolean
AEdge3DSoft Boolean
AShadow Boolean
AFillInterior Boolean
ABorderColor TColor
AInteriorColor TColor
See Also