|
|
|
|
|
<Source>.Free (Function) In french: <Source>.SupprimeToutRayé
 Available only with these kinds of connection
Transforms the crossed records ( <Source>.Cross) found in a data file into deleted records. The space occupied by the crossed records is freed and it can be re-used during the next additions ( <Source>.Add). Reminder A scratched Record is inactive and disappears from the index. The data found in this crossed record is not deleted (unlike <Source>.Delete). Syntax
<Result> = <Source>.Free()
<Result>: Boolean - True if the record was deleted,
- False in the event of a problem: the Record is not deleted. HError is used to identify the error.
<Source>: Type corresponding to the specified source Name of the data file used. Remarks This function is not suitable for the xBase files. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|