Vcl.StdCtrls.TCustomComboBoxStringsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomComboBoxStringsClass = class of TCustomComboBoxStrings;

C++

typedef System::TMetaClass* TCustomComboBoxStringsClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TCustomComboBoxStringsClass describes a descendant of TCustomComboBoxStrings.

TCustomComboBoxStringsClass is the type for a class reference of TCustomComboBoxStrings or any of its descendants. It is a pointer to the runtime type information (RTTI) for the class type.

See Also