Datasnap.DBClient.TAggregate.AggHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AggHandle: hDSAggregate read FHAggregate write FHAggregate;

C++

__property Datasnap::Dsintf::hDSAggregate AggHandle = {read=FHAggregate, write=FHAggregate, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregate

Description

Provides access to the aggregate handle.

AggHandle is the handle for the aggregate instance that is used by the utilities that implement the aggregate object's behavior. Most applications do not need to use this value.

Component writers can use AggHandle, if necessary, with the routines declared in the DSIntf unit.

See Also