hello there
I want to know how to create own file format and save the file?
know I’m using
khalid mohmmad
I want to know how to create own file format and save the file?
know I’m using
Regards,function ExportMyFile(Path: String): String;
begin
Result := ExportAFile(Path, “Save File As”, “.”);
end;
khalid mohmmad