TdxBarSpinEdit.PrefixPlace Property
In This Article
Defines the prefix relative to a spin editor’s value.
#Declaration
Delphi
property PrefixPlace: TdxBarSpinEditPrefixPlace read; write; default ppEnd;
#Property Value
Type | Default |
---|---|
Tdx |
pp |
#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 |
---|---|
pp |
Prefix is located before the edited value, “$ 2. |
pp |
Prefix is located after the edited value, “25. |
See Also