AllowDelete Property
  

Set / Gets AllowDelete property whether records can be deleted in a Browse control.


SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName.AllowDelete:= lAllowDelete

Get:
<ParentWindowName>.<ControlName>.AllowDelete--> lAllowDelete

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, AllowDelete, lAllowDelete )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, AllowDelete) --> lAllowDelete