DK11 for Delphi | GisFile8211.TGIS_DDFField.GetRepeatCount | Methods | Properties
Retrieves the number of occurrences of a specific record.
// Delphi public function GetRepeatCount( const _record : TGIS_DDFRecord ) : Integer;
// C++ Builder public: int GetRepeatCount( TGIS_DDFRecord* const _record );
Name | Type | Description |
---|---|---|
_record | TGIS_DDFRecord | record to be checked |
Type | Description |
---|---|
Integer | number of occurrences |