Table of Contents

TTMSFNCControl.SetControlMargins Method

Sets the four margin values of the control in one call.

API unit family: TMSFNCCustomControl Declaring type: TTMSFNCControl Inherited from: TTMSFNCCustomControlBaseCommon

Syntax

procedure SetControlMargins(ALeft, ATop, ARight, ABottom: Single);

Parameters

Name Description
ALeft Left margin in pixels.
ATop Top margin in pixels.
ARight Right margin in pixels.
ABottom Bottom margin in pixels.