Back to Devexpress

TdxCustomFlowChart.SetLeftTop(Integer,Integer) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-setlefttop-x28-system-dot-integer-system-dot-integer-x29.md

latest1018 B
Original Source

TdxCustomFlowChart.SetLeftTop(Integer,Integer) Method

Scrolls the control’s content.

Declaration

delphi
procedure SetLeftTop(ALeft: Integer; ATop: Integer);

Parameters

NameType
ALeftInteger
ATopInteger

Remarks

Call this procedure to assign the new values to the LeftEdge and the TopEdge properties. The SetLeftTop procedure allows you to scroll the control’s content if its size exceeds the control’s area dimensions.

To fit the content within the control’s area, assign 0 to the Zoom property.

See Also

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit