WebAdapt.TDefaultFieldsPagedAdapter.RecordCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RecordCount: Integer read GetRecordCount;

C++

__property int RecordCount = {read=GetRecordCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
WebAdapt.pas
WebAdapt.hpp
WebAdapt TDefaultFieldsPagedAdapter

Beschreibung

Gibt die Gesamtzahl der Datensätze zurück.

RecordCount gibt das Ergebnis von GetRecordCount zurück.

Siehe auch

Übersetzungen