%HI_GetMetadataMulti function gets back (according to the defined key) the text values of group of metadata that are assigned to the graphic objects. %HI_SetMetadataMulti sets (according to defined key) a new text value to group of object.
Declaration
BOOL %HI_GetMetadataMulti(
out _recordVal
)
BOOL %HI_SetMetadataMulti(
in _recordVal
)
Parameters
_recordVal
Local variable of the RECORD type. The form of structure definition must be:
TRUE - inserts/updates the metadata FALSE - inserts metadata
Description
%HI_GetMetadataMulti gets back a text value of metadata according to defined key. %HI_SetMetadataMulti sets new metadata of graphic object according to defined key.
Note 1
Configuration of metadata for columns of graphic object Browser.
%HI_SetMetadataMulti applies the changes of metadata only on the running instance of picture.
Structure definition:
Note 2
These functions are available also in %HIX_ version.
Pridať komentár