System.Classes.TCollectionItem.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionItem

Description

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