DbFileSpec.Delete Method (Typed) | |
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.21
Syntax VIRTUAL METHOD Delete() AS LOGIC
public override bool Delete()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Examples 1oDB := DBFileSpec{ "C:\TEST\DELETE\STRING\TEST.DBF" }
2oDB:Delete( )
See Also