AfrFoundation Macro SetAccessChild
Macro SetAccessChild (variableName,childName)
Declares the first access of a container.
Role: Container's accesses are chained. The first access
is attached to its container by this macro. To chain accesses you use
the SetAccessNext macro.
- Parameters:
-
- variableName
- The pointer to the container's instance. This pointer is created by
NewAccess whose classname parameter can be:
- CATCmdContainer
- The container is a toolbar. childName is the first access of the toolbar
- CATCmdContainer
- The container is a menubar. childName is the first menu of the menubar
- CATCmdWorkshop
- The container is a workshop. childName is the first toolbar of the workshop
- CATCmdWorkbench
- The container is a workbench. childName is the first toolbar of the workbench
- childName
- The pointer to the first access instance
This object is included in the file: CATCreateWorkshop.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.