|
|
|
| acLabel and acURLLabel components.
|
| type
|
| TacLabelOptions = set of (loPathEllipsis,
|
| loEndEllipsis,
|
| loEditControl);
|
|
|
| property Options: TacLabelOptions;
|
| The Options property controls the label's behavior and how label should display the caption.
|
|
|
| There is possible options:
|
| Value | Meaning
|
| loPathEllipsis | shows the caption as path to some disk object. For example, if label's text doesn;
|
| loEndEllipsis | s
|
| loEditControl | s
|
| WordWrap property.
|