Difference between revisions of "Midware TMWTable.FunctionCode"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> FunctionCode …') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' FunctionCode: | + | '''property''' FunctionCode: String; |
== Description == | == Description == | ||
FunctionCode and Params properties are the 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. | FunctionCode and Params properties are the 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. |
Latest revision as of 11:53, 24 May 2011
Main page -> Midware component reference -> TMWTable -> FunctionCode
Definition
property FunctionCode: String;
Description
FunctionCode and Params properties are the 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.