Skip to main content

TdxBarSpinEdit.PrefixPlace Property

Defines the prefix relative to a spin editor’s value.

Declaration

property PrefixPlace: TdxBarSpinEditPrefixPlace read; write; default ppEnd;

Property Value

Type Default
TdxBarSpinEditPrefixPlace ppEnd

Remarks

Use the PrefixPlace property to define the position of text specified by the Prefix property within a spin editor. The following values are available:

Value Meaning
ppStart Prefix is located before the edited value, “$ 2.5”.
ppEnd Prefix is located after the edited value, “25.5 %”.
See Also