TGrFormFlag Enumeration

Represents type TGrFormFlag.

Namespace: Graph
type
 TGrFormFlag = (ffCanClose, ffResizeable, ffAutoFullScreen, ffKeepAspectRatio,
 ffScreenCenter);

The TGrFormFlag type exposes the following members.

Show:
 NameDescription
ffAutoFullScreen

Represents constant ffAutoFullScreen.

ffCanClose

Represents constant ffCanClose.

ffKeepAspectRatio

Represents constant ffKeepAspectRatio.

ffResizeable

Represents constant ffResizeable.

ffScreenCenter

Represents constant ffScreenCenter.

Top

Reference