Table of Contents

TAdvCustomFormDesigner.FindNextControl Method

Use FindNextControl to retrieves the next control to be selected given the current selection.

Syntax

Unit: FormDesigner

function TAdvCustomFormDesigner.FindNextControl(GoForward: Boolean): TControl;

Parameters

<-> Parameter Type Description
GoForward Boolean If true, the method returns the next control. If false, the method returns the previous control.

Returns

The instance of control to be selected after the current selection.

See also