FreeFieldValue Class

Represents a value of a 'FreeField' field in a minute.
Public Class FreeFieldValue
This language is not supported or no code example is available.
public class FreeFieldValue
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method LoadFromString(string) Loads the properties values from a string representation.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Converts the properties values to a string representation.
Top
Remarks
 
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
4Strikethrough. “X” = on, space = off
5Italic. “X” = on, space = off
6Bold. “X” = on, space = off
7Underline. “X” = on, space = off
8

Color.

space = no color 
Y = Yellow 
G = Green 
O = Orange 
B = Blue 
P = Pink 
V = Purple (violet) 
R = Red

Other positions are not used.

Qdv.UserApi.FreeFieldValue
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition