4D v13.4METHOD SET ATTRIBUTE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
METHOD SET ATTRIBUTE
METHOD SET ATTRIBUTE
The METHOD SET ATTRIBUTE command sets the value of the attribType attribute for the project method designated by the path parameter. This command only works with project methods. If you pass an invalid path, an error is generated. In the attribType parameter, pass a value indicating the type of attribute to set. You can use the following constants, found in the Design Object Access theme:
Pass True in the attribValue parameter to select the corresponding option and False to deselect it. You can execute this command from a component, but in this case, you must pass the * parameter because access to the component code is read-only. If you omit the * parameter in this context, the error -9763 is generated. This command cannot be executed in compiled mode. When it is called in this mode, it will generate the error -9762. Selection of the "Shared by components and host database" property for the "Choose dialog" project method: METHOD SET ATTRIBUTE("Choose dialog";Attribute Shared;True) |
PROPERTIES
Product: 4D
INDEX HISTORY
SEE ALSO
Design Object Access |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||