Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

IObjInspInterface

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

Defines an interface used in the Typhon Object Inspector.

Declaration

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;

Inheritance

IObjInspInterface

  

Defines an interface used in the Typhon Object Inspector.

|

IInterface

Description

Allows the Typhon 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.



CT Web help

CodeTyphon Studio