AllowAppend Property
  

Set / Gets AllowAppend property whether records can be added to a Browse control.

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName.AllowAppend := lAllowAppend

Get:
<ParentWindowName>.<ControlName>.AllowAppend --> lAllowAppend

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, AllowAppend , lAllowAppend )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, AllowAppend ) --> lAllowAppend