Vcl.StdCtrls.TCustomComboBoxStrings.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TCustomComboBoxStrings();

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Description

Creates an instance of a TStrings object.

Vcl.StdCtrls.TCustomComboBoxStrings.Create inherits from System.Classes.TStrings.Create. All content below this line refers to System.Classes.TStrings.Create.

Creates an instance of a TStrings object.

Do not call the Create method for TStrings directly. TStrings is an abstract class and its constructor should only be called as an inherited method from the constructor of a derived class.


See Also