API:Data.DB.TObjectField.SetChildOrder

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TObjectField

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 control.

Data.DB.TObjectField.SetChildOrder inherits from System.Classes.TComponent.SetChildOrder. All content below this line refers to System.Classes.TComponent.SetChildOrder.

Sets the visual ordering of a child control.

SetChildOrder is used internally in the component streaming system. It is not necessary to call it directly.

Derived classes override this method to actually implement the ordering. TWinControl uses this ordering information to Z-align the controls.

See Also