Vcl.StdCtrls.TCustomComboBoxStrings.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; virtual;

C++

__fastcall virtual TCustomComboBoxStrings();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Beschreibung

Erstell eine Instanz eines TStrings-Objektes.

Vcl.StdCtrls.TCustomComboBoxStrings.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