Difference between revisions of "Midware TAppServer.ClientCountLabel"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.ClientCountLabel | Client…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' ClientCountLabel: | + | '''property''' ClientCountLabel: TLabel; |
== Description == | == Description == | ||
If assigned, this property will be used by TAppServer component to display the number of client connected. This helps make an application server without writing any line of code. | If assigned, this property will be used by TAppServer component to display the number of client connected. This helps make an application server without writing any line of code. |
Latest revision as of 09:02, 14 May 2011
Main page -> Midware component reference -> TAppServer -> ClientCountLabel
Definition
property ClientCountLabel: TLabel;
Description
If assigned, this property will be used by TAppServer component to display the number of client connected. This helps make an application server without writing any line of code.