Data.DB.TDataSet.SetChildOrder
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure SetChildOrder(Component: TComponent; Order: Integer); override;
C++
DYNAMIC void __fastcall SetChildOrder(System::Classes::TComponent* Component, int Order);
Description
Sets the visual ordering of a child dataset.
SetChildOrder sets the depth level of the child field specified by parameter Component
to the integer Order
. For more information, see TComponent.SetChildOrder.