Indicate position of TW3Border.
TW3BorderEdge = (beLeft, beTop, beRight, beBottom);
Specifies visibility options for TW3Memo component scrollbars.
Unit: SmartCL.Controls.Memo.pas
TW3MemoScrollbarOption = (soNone, soAuto, soScroll);
| Value | Meaning |
|---|---|
| soNone | Scrollbar is hidden. |
| soAuto | Scrollbar is only shown when needed (text overflow bounds). |
| soScroll | Scrollbar is always visible. |
Indicate visual style of TW3Border.
TW3BorderEdgeStyle = (besNone, besSolid, besDotted, besDouble, besGroove, besInset, besOutset);
| Value | Result |
|---|---|
| besNone | |
| besSolid | |
| besDotted | |
| besDouble | |
| besGroov | |
| besInset | |
| besOutset |
Specifies visibility options for TW3Memo component scrollbars.
Unit: SmartCL.Controls.Memo.pas
TW3MemoScrollbarOption = (soNone, soAuto, soScroll);
| Value | Meaning |
|---|---|
| soNone | Scrollbar is hidden. |
| soAuto | Scrollbar is only shown when needed (text overflow bounds). |
| soScroll | Scrollbar is always visible. |
TW3InputType = (itNone, itColor, itDate, itDateTime, itDateTimeLocal, itEmail, itMonth, itNumber, itRange, itSearch, itTel, itTime, itUrl, itWeek, itPassword);
| Value | Chrome (desktop) |
|---|---|
| itNone | |
| itColor | |
| itDate | |
| itDateTime | not supported |
| itDateTimeLocal | |
| itEmail | not supported |
| itMonth | |
| itNumber | |
| itRange | |
| itSearch | |
| itTel | not supported |
| itTime | |
| itUrl | not supported |
| itWeek | |
| itPassword |
Specifies how text is aligned within a control.
Unit: SmartCL.Controls.Label.pas
TTextAlign = (taLeft, taCenter, taRight);
| Value | Meaning |
|---|---|
| taLeft | Text is left-justified: Lines all begin at the left edge of the control. |
| taCenter | Text is centered in the control. |
| taRight | Text is right-justified: Lines all end at the right edge of the control. |