Data.DB.TAggHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAggHandle = TObject;

C++

typedef System::TObject TAggHandle;

Properties

Type Visibility Source Unit Parent
class
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

The TAggHandle type represents a data access library object implementing an aggregate field.

This is the type of TAggregateField.Handle property.

See Also