Unit: XIDBStorage
Class: TxiDBStorage
Declaration:
class function Make(aDataSet: TDataSet): IxiStorage;
This function can be very useful if you need not the object itself but only the interface reference. It will create an instance of the TxiDBStorage class by calling the constructor and return the IxiStorage interface. You can use the interface in other functions or assign it to a local variable and the corresponding object will be freed automaticaly as soon as it is not needed.
 
| The CHM file was converted to HTML by chm2web software. |