RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Direction Property

Indicates the type of parameter.

Pascal
property Direction: TParameterDirection;
C++
__property TParameterDirection Direction;

Set Direction to indicate the type of parameter the TParameter object represents. A parameter can be one of the types: input, output, input-output, or return value. Assign a type of pdUnknown when the actual type of the parameter is not known at the time. The default value of Direction is pdInput. 

 

Working with Stored Procedure Parameters 

Supplying Parameters at Design Time

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!