|
|
|
|
|
|
|
Returns or modifies the sequence of text items in the xBase files. |
|
|
|
|
|
|
Opens the xBase data file and the "memo" file if it exists. |
|
|
|
|
|
|
Opens an xBase index file. |
|
|
|
|
|
|
In single-user mode, opens an xBase data file without locking it. |
|
|
|
|
|
|
Returns the long name of a file or directory. |
|
|
|
|
|
|
Deletes a file accessible from the current computer. |
|
|
|
|
|
|
Returns the short name of a file or directory. |
|
|
|
|
|
|
Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Returns the name of a unique temporary file. |
|
|
|
|
|
|
Unlocks a file that was locked by the same program with HNoModif. |
|
|
|
|
|
|
Defines a meta file as chart destination. |
|
|
|
|
|
|
Modifies the physical name of a data file. |
|
|
|
|
|
|
Returns the path of a file found in the archive. |
|
|
|
|
|
|
Defines the options for the generated PDF file. |
|
|
|
|
|
|
Entirely or partially locks an external file. |
|
|
|
|
|
|
Entirely or partially unlocks an external file. |
|
|
|
|
|
|
Saves a document from a scanner to a PDF file. |
|
|
|
|
|
|
Converts a Markdown string to a DOCX file. |
|
|
|
|
|
|
Saves the content of a PDF Reader to a file. |
|
|
|
|
|
|
Deletes a record from a data file (query or view). |
|
|
|
|
|
|
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example...... |
|
|
|
|
|
|
This type of Looper control uses data from a data file or query...... |
|
|
|
|
|
|
A Slider control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option. |
|
|
|
|
|
|
The NbItem property is used to get the total number of items (including composite keys) in a record of:
a file described in the data model editor,
a file described programmatically,
an HFSQL view,
a query.... |
|
|
|
|
|
|
An OLE control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
Gets a file via the Secure Copy Protocol. |
|
|
|
|
|
|
Procedure ("Callback") called by FTPListFile for each file found. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|