Bde.DBTables.TTable.GetLookupCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

function GetLookupCursor(const KeyFields: string;
CaseInsensitive: Boolean): HDBICur; override;

C++

virtual Bde::hDBICur __fastcall GetLookupCursor(const System::UnicodeString KeyFields, bool CaseInsensitive);

Description


Embarcadero Technologies does not currently have any additional information.