Data.DB.TGroupPosInds
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TGroupPosInds = set of TGroupPosInd;
C++
typedef System::Set<TGroupPosInd, TGroupPosInd::gbFirst, TGroupPosInd::gbLast> TGroupPosInds;
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.