Datasnap.DBClient.TAggregate.DataSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSize: Integer read FDataSize;

C++

__property int DataSize = {read=FDataSize, nodefault};

Properties

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

Description

Indicates the number of bytes needed to store the aggregate's value.

Read DataSize to determine how much memory is required to store the aggregate's value. This is useful when defining objects that store aggregate values. For example, the Fields editor uses DataSize when defining aggregate fields.

See Also