Data.DB.TGroupPosInds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGroupPosInds = set of TGroupPosInd;

C++

typedef System::Set<TGroupPosInd, TGroupPosInd::gbFirst, TGroupPosInd::gbLast> TGroupPosInds;

Properties

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

Description

TGroupPosInds is a set of TGroupPosInd.

TGroupPosInds is a set of TGroupPosInd that is used to indicate where the current record sits within a group of records.

Note: If the group contains only one record, the current record is both first and last.

See Also