TcxGridCardViewRowLayoutObject.BreakLayer(Integer,Integer) Method
Creates a new layer that follows ALayerIndex and places items starting from AIndexInLayer into the new layer.
Declaration
procedure BreakLayer(ALayerIndex: Integer; AIndexInLayer: Integer);
Parameters
Name | Type |
---|---|
ALayerIndex | Integer |
AIndexInLayer | Integer |
Remarks
The BreakLayer method shifts down the indexes of any subsequent card layers.
The ALayerIndex parameter specifies a layer that the newly created layer will follow.
The AIndexInLayer parameter specifies the item that starts the list of items to be moved from ALayerIndex.
See Also