IdxRichEditStyleCollection<T>.Add(T) Method
In This Article
Adds a specified document style to the collection.
#Declaration
Delphi
procedure Add(const AStyle: T);
#Parameters
Name | Type | Description |
---|---|---|
AStyle | T | A document style. |
#Remarks
Call this procedure to expand the collection with an existing document style. To create a new document style, call the CreateNew function instead.
See Also