FMX.ActnList.ICaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ICaption = interface

C++

__interface  INTERFACE_UUID("{3D039C9C-8888-466F-A344-E7026EEE2C07}") ICaption  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Description

If an object supports the ICaption interface, when the text of the object changes, the Text must also be changed.

See Also