Data.DB.TNamedItem.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TNamedItem

Delphi

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

C++

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

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