Click or drag to resize

DbFileSpec.Delete Method (Typed)

X#
Physically deletes all files that are associated with the DBFileSpec object, including memo files and any index files associated with the DBF through OrderSpec objects.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Delete() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Examples
X#
1oDB := DBFileSpec{ "C:\TEST\DELETE\STRING\TEST.DBF" }
2oDB:Delete( )
See Also