FMX.ListView.Types.TListItemView.Callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Callback: TListItemCallback write FCallback;

C++

__property System::DelphiInterface<System::Sysutils::TProc__3<TListItemView*,TListItemDrawable*,TListItemCallbackOp> > Callback = {write=FCallback};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemView

Description

Used internally to notify the owner about any changes.


See Also