TFormPosition Enumeration

Represents type TFormPosition.

Namespace: System.UI.Controls
type
 TFormPosition = (poDesigned, poDefault, poDefaultPosOnly, poDefaultSizeOnly, poScreenCenter, poDesktopCenter, poMainFormCenter, poOwnerFormCenter);

The TFormPosition type exposes the following members.

Show:
 NameDescription
poDefault

Represents constant poDefault.

poDefaultPosOnly

Represents constant poDefaultPosOnly.

poDefaultSizeOnly

Represents constant poDefaultSizeOnly.

poDesigned

Represents constant poDesigned.

poDesktopCenter

Represents constant poDesktopCenter.

poMainFormCenter

Represents constant poMainFormCenter.

poOwnerFormCenter

Represents constant poOwnerFormCenter.

poScreenCenter

Represents constant poScreenCenter.

Top