Create(string,TStream,Boolean) Constructor
Initializes a new instance of the TcxCustomWriter class with specified settings.
Declaration
constructor Create(const AStorageName: string; AStorageStream: TStream; AReCreate: Boolean = True); overload; virtual;
Parameters
Name | Type |
---|---|
AStorageName | string |
AStorageStream | TStream |
AReCreate | Boolean |
See Also