System.Bindings.Expression.TBindExprDict.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName;

C++

__property System::UnicodeString Name = {read=FName};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindExprDict

Description

The name of the group.

The Name property specifies the name of the group.

See Also