cxExportSchedulerToText(string,TcxCustomScheduler,Boolean,Boolean,TDateTime,TDateTime,string,TObject,TEncoding) Method
Exports user events from a scheduler control to a file in plain text format.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The full path to the resulting plain text file. You can omit the file name extension because it is automatically updated from the |
AScheduler | Tcx |
The source scheduler control. |
As |
Boolean | If |
AShow |
Boolean | Optional. If |
AStart | TDate |
Optional. Specifies the beginning of the export time period that limits exported user events. If the |
AFinish | TDate |
Optional. Specifies the end of the export time period that limits exported user events. If the |
AFile |
string | Optional. Specifies the file name extension for the resulting plain text file. This parameter value always replaces the file name extension passed as a part of the |
AHandler | TObject | Optional. Specifies a handler object that should implement the Icx |
AEncoding | TEncoding | Optional. Specifies the character encoding format of the resulting plain text file. If |