FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable Methods

The methods of the TFlxMemTable class are listed here.

 
Name 
Description 
 
This method adds a new record to the table.  
 
Deletes all data stored in the table.  
 
Call Close to set the Active property of a dataset to false. When Active is false, the dataset is closed; it cannot read or write data.  
 
Returns the name of the dataset.  
 
Eof 
Indicates whether a dataset is positioned at the last record.  
 
Finds a field based on its name.  
 
Indicates the number of columns of the dataset.  
 
Indicates the number of visible columns in the dataset.  
 
Finds a record given its primary key.  
 
Moves to the first record in the dataset.  
 
This method returns the same value as the Active property.  
 
Returns a field definition for position index.  
 
Returns the position of the index field in the list of fields for the table. (0 based)  
 
Last 
Moves to the last record in the dataset.  
 
Next 
Moves to the next record in the dataset.  
 
Open 
Opens the dataset.  
 
Returns the number of records on the dataset.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!