API:FMX.Grid.TGridValues.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AOwner: TGridModel); virtual;

C++

__fastcall virtual TGridValues(TGridModel* const AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Create dictionary.

FMX.Grid.TGridValues.Create inherits from System.Generics.Collections.TDictionary.Create. All content below this line refers to System.Generics.Collections.TDictionary.Create.

Create dictionary.

This overloaded method creates and initializes a dictionary instance. Various combinations of parameters may be used to specify the initial capacity ACapacity, an equality comparison function AComparer, or an initial collection of key-value items Collection.

See Also