RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.Create Constructor

Creates an instance of an XSQLVAR structure.

Pascal
constructor Create(Parent: TIBXSQLDA; Query: TIBSQL);
C++
__fastcall TIBXSQLVAR(TIBXSQLDA Parent, TIBSQL Query);

Call Create to create an instance of TIBXSQLVAR

Parent is an extended descriptor area that defines the namespace to use for processing the variable name. 

Query identifies the query that includes this variable. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!