ChildAllowNew property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Windows only; GUI for .NET)
Indicates whether the .NET control should allow the user to add new records to the specified child temp-table buffer in the bound ABL data source object. The default value is TRUE.
Use this indexed property when the BindingSource object is bound to a ProDataSet object that contains child buffers.
Data type: LOGICAL
Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.BindingSource class
Syntax
|
- buffer-handle
- The handle to the child buffer to which this property applies.
- buffer-name
- The name of the child buffer to which this property applies.
Use this property only with .NET controls that support an add operation.