|
IXF Control - TableName Property
Kadmos IXF ActiveX Control

IXF Control
TableName Property
|
Description
|
Returns/sets the IXF file Table name.
|
Syntax Visual Basic
|
[form.]IXF.TableName[ = Text$]
|
|
Visual C++
|
CString IXF.GetTableName(); void IXF.SetTableName(LPCTSTR lpszNewValue);
|
|
Delphi
|
property TableName: WideString;
|
|
C#
|
string IXF.TableName;
|
|
Remarks
|
After successfully invoking the ImportIXF method the TableName property contains the name of the imported table. Before invoking the ExportIXF method set this property to the desired name of the table in the resulting file. Setting this property to an empty string value the resulting table name will be the value of the RecordSource property only with numerical and alphanumerical characters.
|
|
Data Type
|
String
|
Copyright © 2000/2011 Kadmos.com - All rights reserved. Privacy Policy
|