AllowEdit Property
  

Set / Gets AllowEdit property whether records can be edited in a Browse control.


SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName.AllowEdit := lAllowEdit 

Get:
<ParentWindowName>.<ControlName>.AllowEdit --> lAllowEdit 

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, AllowEdit , lAllowEdit  )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, AllowEdit ) --> lAllowEdit