Data.DBXCommonTable.TDBXCustomValueRow.First
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXCustomValueRow |
Delphi
function First: Boolean; override;
C++
virtual bool __fastcall First();
Description
Returns True and does nothing.
The First method returns True and does nothing in this implementation.