Types :: SmartCL




Basic Types SmartCL

 
 

TW3BorderEdge

 

Indicate position of TW3Border.

TW3BorderEdge = (beLeft, beTop, beRight, beBottom);
 

TW3MemoScrollbarOption

 

Specifies visibility options for TW3Memo component scrollbars.

Unit: SmartCL.Controls.Memo.pas

TW3MemoScrollbarOption = (soNone, soAuto, soScroll);
ValueMeaning
soNoneScrollbar is hidden.
soAutoScrollbar is only shown when needed (text overflow bounds).
soScrollScrollbar is always visible.
 

TW3BorderEdgeStyle

 

Indicate visual style of TW3Border.

TW3BorderEdgeStyle = (besNone, besSolid, besDotted, besDouble, besGroove, besInset, besOutset);
ValueResult
besNoneBesNone.png
besSolidBesSolid.png
besDottedBesDotted.png
besDoubleBesDouble.png
besGroovBesGroov.png
besInsetBesInset.png
besOutsetBesOutset.png
 

TW3MemoScrollbarOption

 

Specifies visibility options for TW3Memo component scrollbars.

Unit: SmartCL.Controls.Memo.pas

TW3MemoScrollbarOption = (soNone, soAuto, soScroll);
ValueMeaning
soNoneScrollbar is hidden.
soAutoScrollbar is only shown when needed (text overflow bounds).
soScrollScrollbar is always visible.
 

TW3InputType

 
TW3InputType = (itNone, itColor, itDate, itDateTime, itDateTimeLocal, itEmail, itMonth, itNumber, itRange, itSearch, itTel, itTime, itUrl, itWeek, itPassword);
ValueChrome (desktop)
itNoneItNone.png
itColorItColor.png
itDateItDate.png
itDateTimenot supported
itDateTimeLocalItDateTimeLocal.png
itEmailnot supported
itMonthItMonth.png
itNumberItNumber.png
itRangeItRange.png
itSearchItSearch.png
itTelnot supported
itTimeItTime.png
itUrlnot supported
itWeekItWeek.png
itPasswordItPassword.png
 
 

TTextAlign

 

Specifies how text is aligned within a control.

Unit: SmartCL.Controls.Label.pas

TTextAlign = (taLeft, taCenter, taRight);
ValueMeaning
taLeftText is left-justified: Lines all begin at the left edge of the control.
taCenterText is centered in the control.
taRightText is right-justified: Lines all end at the right edge of the control.