Difference between revisions of "Midware TMWTable.ReadOnly"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> ReadOnly == Defin…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' ReadOnly: '''Boolean''';
+
  '''property''' ReadOnly: Boolean;
  
 
== Description ==
 
== Description ==
  
 
ReadOnly property is used to get or set TMWtable read only status. See also CanModify.
 
ReadOnly property is used to get or set TMWtable read only status. See also CanModify.

Latest revision as of 12:36, 24 May 2011

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

Definition

property ReadOnly: Boolean;

Description

ReadOnly property is used to get or set TMWtable read only status. See also CanModify.