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