IBX.IBSQL.TIBXSQLVAR.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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.