Data.DB.TObjectField.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 TObjectField

Description

Sets the visual ordering of a child field.

SetChildOrder sets the depth level of the child field specified by the Component parameter with the integer Order. For more information, see TComponent.SetChildOrder.

See Also