Public Attributes | |
ETextKind | fTextKind |
Text is of kind text, int32, or real32. | |
real32 | fTextMin |
Minimum value allowed, if we're using numbers. | |
real32 | fTextMax |
Maximum value allowed, if we're using numbers. | |
int32 | fTextUnits |
The kind of units our value represents? | |
int32 | fDatabaseUnits |
What unit should be used given by setvalue and returned by getvalue ? | |
int32 | fDPI |
The pixel to inches ratio. | |
uint32 | fMaxStrLength |
Max length our string can be. | |
int8 | fTextDecimals |
Number of decimals used for real32 values. | |
MCTextJustification | fJustification |
How we shall justify our text. | |
real32 | fSpacing |
Spacing between characters. | |
real32 | fMultiplyBy |
Multiplication coeficient. | |
boolean | fDoRangeCheck |
Must we check to see if we're between textMin/textMax? | |
boolean | fUseUnits |
Must we use textUnits to set/get our value? | |
boolean | fMultiLine |
Does this edit field support multiple lines of text? | |
boolean | fShowUnit |
when fUseUnits is on, you can hide the unit in the edit text field by setting this to false |
Stucture used to get and set the options of an edit text (IMFEditTextPart)
What unit should be used given by setvalue and returned by getvalue ?
Must we check to see if we're between textMin/textMax?
int32 TEditTextInfo::fDPI |
The pixel to inches ratio.
How we shall justify our text.
Max length our string can be.
Does this edit field support multiple lines of text?
Multiplication coeficient.
when fUseUnits is on, you can hide the unit in the edit text field by setting this to false
Spacing between characters.
Number of decimals used for real32 values.
Text is of kind text, int32, or real32.
Maximum value allowed, if we're using numbers.
Minimum value allowed, if we're using numbers.
The kind of units our value represents?
Must we use textUnits to set/get our value?