Difference between revisions of "Midware TAppServer.DisplayMemo"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.DisplayMemo | DisplayMemo…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' DisplayMemo: '''TCustomMemo''';
+
  '''property''' DisplayMemo: TCustomMemo;
  
 
== Description ==
 
== Description ==
  
 
If assigned, this property will be used by TAppServer component to display messages during work. This helps make an application server without writing any line of code.
 
If assigned, this property will be used by TAppServer component to display messages during work. This helps make an application server without writing any line of code.

Latest revision as of 09:07, 14 May 2011

Main page -> Midware component reference -> TAppServer -> DisplayMemo

Definition

property DisplayMemo: TCustomMemo;

Description

If assigned, this property will be used by TAppServer component to display messages during work. This helps make an application server without writing any line of code.