API:Vcl.Grids.TStringGridStrings.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AGrid: TStringGrid; AIndex: Longint);

C++

__fastcall TStringGridStrings(TStringGrid* AGrid, int AIndex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TStringGridStrings

Beschreibung

Erstell eine Instanz eines TStrings-Objektes.

Vcl.Grids.TStringGridStrings.Create erbt von System.Classes.TStrings.Create. Der folgende Inhalt bezieht sich auf System.Classes.TStrings.Create.

Erstell eine Instanz eines TStrings-Objektes.

Rufen Sie die Methode Create für TStrings nicht direkt auf. TStrings ist eine abstrakte Klasse, deren Konstruktor nur als eine geerbte Methode vom Konstruktor einer abgeleiteten Klasse aufgerufen werden soll.


Siehe auch