TSeparatorKind Enum
Enumerates the available kinds of grid separators.
Declaration
TSeparatorKind = (
skVertLine,
skString
);
Members
Name |
---|
skVertLine
|
skString
|
Remarks
The TSeparatorKind is used by the SeparatorKind option that allows you to specify the separator kind used to split a multieditor row’s values. When the SeparatorKind option is set to skString, you should specify the string separator via the SeparatorString property.
Value | Meaning | Image |
---|---|---|
skVertLine | The grid uses vertical lines to separate multieditor rows’ cell values. | |
skString | The grid uses a string to separate values within multieditor rows. The separator string is determined via the SeparatorString property. |
See Also