RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.AggHandle Property

Provides access to the aggregate handle.

Pascal
property AggHandle: hDSAggregate;
C++
__property hDSAggregate AggHandle;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!