Table of Contents

TAdvCustomFormDesigner.GetEditBehaviour Method

GetEditBehaviour retrieves the edit behavior for a control being edited in the form.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.GetEditBehaviour(AControl: TControl): TEditBehaviour; virtual;

Parameters

<-> Parameter Type Description
AControl TControl the control for which the edit behavior will be retrieved.

Returns

Returns the edit behavior for the specified control.

See also