Data.DB.TAggregateField.Handle
Delphi
property Handle: TAggHandle read FHandle write FHandle;
C++
__property System::TObject* Handle = {read=FHandle, write=FHandle};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TAggregateField |
Description
Points to the aggregate handle.
TAggregateField uses Handle internally to obtain its aggregated values. Most applications do not need to use this value.
Component writers can use Handle, if necessary, with the routines declared in the dsintf unit.