Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : AllowRemove property
 

AllowRemove property

(Windows only; GUI for .NET only)
Indicates whether the .NET control should allow the user to remove records from the bound ABL data source object. The default value is TRUE.
You can use this property when the BindingSource object is bound to a query. When bound to a ProDataSet object, this property applies only to the top-level table displayed in the .NET control.
Data type: LOGICAL
Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.BindingSource class
Use this property only with .NET controls that support a remove operation.

See also

ChildAllowRemove property