IcxContainerInnerControl Interface
In This Article
#Declaration
Delphi
IcxContainerInnerControl = interface(IInterface)
#Remarks
Every inner Developer Express control, which is placed in the TcxContainer control, has to implement the IcxContainerInnerControl interface to provide a link to its container via the ControlContainer property.
#Inheritance
IInterface
IcxContainerInnerControl
See Also