Toggle navigation
Menu
Main
WhiteTown Software
Products
Downloads
Order
Support
Download
Order now
function deleteRecord(recno : Integer): Boolean;
Back to Index
C++
C
C#
Objective-C
Swift
Delphi
The function deleteRecord() physically removes a record from a file.
This operation cannot be undone.
begin // your code dbf.deleteRecord(10); dbf.deleteRecord(20); // your code end;
Copyright © WhiteTown Software, 1996-2023 |
Privacy policy
|
Site map