Data.DB.TDataSet.SetChildOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChildOrder(Component: TComponent; Order: Integer); override;

C++

DYNAMIC void __fastcall SetChildOrder(System::Classes::TComponent* Component, int Order);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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.

See Also