IdxRichEditStyleCollection<T>.Self Property
Provides access to individual document styles by their names.
Declaration
property Self[const AName: string]: T read; default;
Property Value
Type | Description |
---|---|
T | A document style. |
Remarks
Use this property or call the GetItem function to access a specific document style. The AName parameter accepts the target style’s name.
See Also