TIWCGJQResizeDirection Enumeration

Represents type TIWCGJQResizeDirection.

Namespace: IWCGJQMemo
type
 TIWCGJQResizeDirection = (jqrdNone, jqrdBoth, jqrdVertical, jqrdHorizontal);

The TIWCGJQResizeDirection type exposes the following members.

Show:
 NameDescription
jqrdBoth

Represents constant jqrdBoth.

jqrdHorizontal

Represents constant jqrdHorizontal.

jqrdNone

Represents constant jqrdNone.

jqrdVertical

Represents constant jqrdVertical.

Top