FireDAC.DBX.Migrate.TFDDBXProcParamList.SetChildOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
procedure protected Data.DB.pas FireDAC.DBX.Migrate TFDDBXProcParamList

Description

Sets the visual ordering of a child control.

FireDAC.DBX.Migrate.TFDDBXProcParamList.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