FMX.Layouts.TGridPanelLayout.TControlCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TPersistent);

C++

__fastcall TControlCollection(System::Classes::TPersistent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlCollection

Description

Creates and initializes a TOwnedCollection instance.

FMX.Layouts.TGridPanelLayout.TControlCollection.Create inherits from System.Classes.TOwnedCollection.Create. All content below this line refers to System.Classes.TOwnedCollection.Create.

Creates and initializes a TOwnedCollection instance.

The Create method takes two parameters: the name of an instance object descended from TPersistent and the name of a TCollectionItem descendant class. The first parameter is the owner of the TOwnedCollection instance. The second parameter determines the class of the items created by the Add method.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Layouts.TGridPanelLayout.TControlCollection.Create&oldid=561840"