Difference between revisions of "Midware TClientWSocket.UserData"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.UserData | Us…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' UserData: | + | '''property''' UserData: Longlnt; |
== Description == | == Description == | ||
UserData is not used by the component nor the TAppServer component. It is reserved for application use to carry global data between application server main code and TServerObject. | UserData is not used by the component nor the TAppServer component. It is reserved for application use to carry global data between application server main code and TServerObject. |
Latest revision as of 14:39, 14 May 2011
Main page -> Midware component reference -> TClientWSocket -> UserData
Definition
property UserData: Longlnt;
Description
UserData is not used by the component nor the TAppServer component. It is reserved for application use to carry global data between application server main code and TServerObject.