[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Defines an interface used in the Lazarus Object Inspector.
Source position: controls.pp line 90
type IObjInspInterface = interface |
||
function AllowAdd; |
|
Returns True an item can be added in a control. |
function AllowDelete; |
|
Returns True if an item can be deleted from a control. |
end; |
|
Defines an interface used in the Lazarus Object Inspector. |
|
| | | ||
Allows the Lazarus object inspector to query controls which implement the interface about the ability to add or delete items in the control.
|
Implements a collection item for the TFlowPanelControlList collection. |
|
|
Implements a collection for TCustomFlowPanel collection items. |
| Version 4.4 | Generated 2025-11-08 | Home |