Sets the values on the Access | General tab of the Object Properties dialog for the current object.
Syntax
PropertiesAccessGeneralPut(Description, Tooltip, Area, Privilege, LogDevice)
Description:
Description string for the object.
Tooltip:
Tooltip string for the object.
Area:
1 to 255 representing the current area setting, or 0 if the Same area as page check box is ticked.
Privilege:
1 to 255 representing the current privilege setting, or 0 if the No privilege restrictions checkbox is ticked.
LogDevice:
The name of the log device as a string.
Return Value
0 (zero) if successful, otherwise an error is returned
Note: For details on handling return and error values, see Automation Error Handling.
Related Functions