API:Data.Bind.ObjectScope.TBindFieldDef.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindFieldDef

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.

Data.Bind.ObjectScope.TBindFieldDef.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