TDAParam

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Descending from TDABaseField, TDAParam is used to represent an individual parameter for a command or data table.

File

uDAInterfaces

Declaration

TDAParam = class(TDABaseField);

Hierarchy

Properties

Property
Type
Description
AsString String Gets or sets the value of the field as 8-bit ANSI string value.
ParamType TDAParamType Specifies the direction of the parameter. Command parameters can either be incoming (passed into the command), outgoing/result (returned from the command) or Incoming and Outgoing (both passed in and returned). Data table parameters can only be incoming.
Value Variant Gives access to the value of the field as variant.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools