Datasnap.DBClient.TAggregate.AggHandle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregate

Delphi

property AggHandle: hDSAggregate read FHAggregate write FHAggregate;

C++

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

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