FreeFieldValue Class
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
LoadFromString(string) | Loads the properties values from a string representation. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Converts the properties values to a string representation. |
This class is a helper for converting a value from and to a string
representation.
FreeField field
This is a hidden field not accessible from GUI. You can only read and write to it programmatically. The purpose of FreeField field is to define minute row formatting.
It consists of 10 characters. Each character position represents a particular formatting. If the character is set to a space ' ', the formatting is not applied. If the character at the position is set to an upper 'X', the formatting is applied.
Explanation of the formatting:
Character position (zero-based) | Meaning |
---|---|
4 | Strikethrough. “X” = on, space = off |
5 | Italic. “X” = on, space = off |
6 | Bold. “X” = on, space = off |
7 | Underline. “X” = on, space = off |
8 | Color. space = no color |
Other positions are not used.
Qdv.UserApi.FreeFieldValue
Available since QDV 7.13.0001.