Midware TMWTable.Params

From Overbyte
Revision as of 12:30, 6 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> Params == Definitio…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> Midware component reference -> TMWTable -> Params

Definition

property Params: TRequestParams;
                 TRequestParams=String;

Description

FunctionCode and Params are design time request. It's main purpose is to populate data aware controls link to TMWTable at design time. It can also be executed at runtime using ExecuteRequest.

Request parameters are normally a TMWBuffer. Here for use from within the IDE, the Params property is a string that will be turned into a TMWBuffer before being used. Conversion is done using quoted strings with semi-colon field delimiters. Exmaple "This is first";"and second";"fields".