Data.DB.TNamedItem.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: string); reintroduce;// overload;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TNamedItem

Description

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

SetDisplayName is the protected write implementation of the Name property.

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

See Also