Extensibility > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesAccessGeneralGet

PropertiesAccessGeneralGet

Reads the values on the Access | General tab of the Object Properties dialog for the current object.

Syntax

PropertiesAccessGeneralGet(STRING pbstrName, STRING Description, STRING Tooltip, INT Area, INT Privilege, STRING LogDevice)

pbstrName:

Name of the graphics object.

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 check box is ticked.

LogDevice:

The name of the log device as a string.

Return Value

The requested values, as a string

Note: For details on handling return and error values, see Error Handling.

Related Functions

PropertiesAccessGeneralPut

Published June 2018