IdxRichEditStyleCollection<T>.CreateNew Method
In This Article
Creates a new document style.
#Declaration
Delphi
function CreateNew: T;
#Returns
Type | Description |
---|---|
T | A document style. |
#Remarks
The CreateNew function returns a new document style. Then, you can call the Add procedure and pass the style to add it to the collection.
See Also