IBX.IBSQL.TIBXSQLVAR.Assign
Delphi
procedure Assign(Source: TIBXSQLVAR);
C++
void __fastcall Assign(TIBXSQLVAR* Source);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBSQL.pas IBX.IBSQL.hpp |
IBX.IBSQL | TIBXSQLVAR |
Description
Assigns another XSQLVAR to the XSQLVAR component.
Use Assign to assign another XSQLVAR to the XSQLVAR component. The fields must have compatible data types.