%SaveResourceAs


Function
Function saves a content of the Resource object on a disk.
Declaration


BOOL %SaveResourceAs(
   HOBJ in _objId,
   TEXT in _dstPath
 )
Parameters


objIdUnique identifier of object of the Resource type. It can be gained as \HBJ attribute.
distPathDestination path (directory) to which the content of resource is stored.
Return value
The return value contains True, if a record has been successful. If not, it contains False.