User Tools

Site Tools


children_reference_to_child_group_controls_.htm
Navigation:  ABC Library Reference > GridClass > GridClass Properties >====== Children (reference to child group controls) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
Children &ChildQueue, PROTECTED

blk2blue.jpg

The Children property is a reference to a structure containing a list of child controls of the basic GROUP grid control. This queue also contains the position of each of the child controls.

Implementation:

This property is initialized in the GridClass.Init method. The QUEUE is loaded with data in GridClass.CheckChildren which is a PRIVATE method.

The Children property refers to a QUEUE declared in ABGRID.INC.

ChildQueue QUEUE,TYPE

Feq         SIGNED

XD          SIGNED

YD          SIGNED

HE          SIGNED

WI          SIGNED

Use         ANY

          END

See Also:     GridClass.Init

children_reference_to_child_group_controls_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1