Skip to main content

TdxCustomFlowChart.SetLeftTop(Integer,Integer) Method

Scrolls the control’s content.

Declaration

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

Parameters

Name Type
ALeft Integer
ATop Integer

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