[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

IObjInspInterface

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Defines an interface used in the Lazarus Object Inspector.

Declaration

Source position: controls.pp line 98

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;

Inheritance

IObjInspInterface

  

Defines an interface used in the Lazarus Object Inspector.

Description

Allows the Lazarus object inspector to query controls which implement the interface about the ability to add or delete items in the control.

See also

TFlowPanelControl

  

Implements a collection item for the TFlowPanelControlList collection.

TFlowPanelControlList

  

Implements a collection for TCustomFlowPanel collection items.


Version 3.2 Generated 2024-02-25 Home