TSeparatorKind Enum
In This Article
Enumerates the available kinds of grid separators.
#Declaration
Delphi
TSeparatorKind = (
skVertLine,
skString
);
#Members
Name |
---|
sk
|
sk
|
#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 |
---|---|---|
sk |
The grid uses vertical lines to separate multieditor rows’ cell values. | ![]() |
sk |
The grid uses a string to separate values within multieditor rows. The separator string is determined via the Separator |
![]() |
See Also