API:Vcl.ComCtrls.TComboExItem.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: String); override;

C++

virtual void __fastcall SetDisplayName(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

Description

Sets the name of the collection item as it appears in the collection editor.

Vcl.ComCtrls.TComboExItem.SetDisplayName inherits from System.Classes.TCollectionItem.SetDisplayName. All content below this line refers to System.Classes.TCollectionItem.SetDisplayName.

Sets the name of the collection item as it appears in the collection editor.

SetDisplayName is the protected write implementation of the DisplayName property.

Value specifies the name for the item that should appear in the collection editor.

See Also