Table of Contents

TTMSFNCDirectoryEditLabelPosition Enumeration

Specifies where the label is positioned relative to the edit field.

API unit family: TMSFNCDirectoryEdit

Members

Name Description
delpLeftTop Places the label to the left of the edit field, aligned to the top.
delpLeftCenter Places the label to the left of the edit field, vertically centered.
delpLeftBottom Places the label to the left of the edit field, aligned to the bottom.
delpTopLeft Places the label above the edit field, aligned to the left.
delpTopCenter Places the label above the edit field, horizontally centered.
delpTopRight Places the label above the edit field, aligned to the right.
delpRightTop Places the label to the right of the edit field, aligned to the top.
delpRightCenter Places the label to the right of the edit field, vertically centered.
delpRightBottom Places the label to the right of the edit field, aligned to the bottom.
delpBottomLeft Places the label below the edit field, aligned to the left.
delpBottomCenter Places the label below the edit field, horizontally centered.
delpBottomRight Places the label below the edit field, aligned to the right.