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

Description

Sets the name of the collection item that appears in the collection editor.

The SetDisplayName method is the write implementation of the Name property.

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

See Also