System.Bindings.EvalProtocol.IDynamicGroup.FixedGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedGroup: IGroup read GetFixedGroup write SetFixedGroup;

C++

__property _di_IGroup FixedGroup = {read=GetFixedGroup, write=SetFixedGroup};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IDynamicGroup

Description

The group to which the dynamic member will be linked at evaluation time.

The FixedGroup property specifies the group to which the dynamic member will be linked at evaluation time, in case the object member is found.

See Also