TdxLayoutAutoCreatedGroup Class
In This Article
An auxiliary layout group that the ExpressLayout Control automatically creates within a parent group to maintain the arrangement direction of the group’s children.
#Declaration
Delphi
TdxLayoutAutoCreatedGroup = class(
TdxCustomLayoutAutoCreatedGroup
)
#Remarks
This class does not introduce any new functionality except for publishing properties from its ancestor classes.
Refer to the TdxCustomLayoutGroup.Hidden topic to learn when the ExpressLayout Control creates TdxLayoutAutoCreatedGroup objects.
#Inheritance
See Also