Difference between revisions of "Midware TMWTable.Locate"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> Locate == Definitio…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''function''' Locate(const KeyFields:strin;const KeyValues:Vaiant;Options:TLocateOptions):Boolean;
+
  '''function''' Locate(const KeyFields:string;const KeyValues:Variant;Options:TLocateOptions):Boolean;
  
 
== Description ==
 
== Description ==
  
 
Implements a method for searching a dataset for a specified record and makes that record the current record. This function returns False, indicating that a matching record was not found and the cursor is not repositioned.
 
Implements a method for searching a dataset for a specified record and makes that record the current record. This function returns False, indicating that a matching record was not found and the cursor is not repositioned.

Latest revision as of 13:13, 6 May 2011

Main page -> Midware component reference -> TMWTable -> Locate

Definition

function Locate(const KeyFields:string;const KeyValues:Variant;Options:TLocateOptions):Boolean;

Description

Implements a method for searching a dataset for a specified record and makes that record the current record. This function returns False, indicating that a matching record was not found and the cursor is not repositioned.