Classes.TComponent.SetChildOrder
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
procedure SetChildOrder(Child: TComponent; Order: Integer); dynamic;
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
C++ Information
From Classes.hpp
dynamic virtual void __fastcall SetChildOrder(Classes::TComponent * Child, int Order);
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
Description
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.