FMX.ListView.Types.IListViewPresentation.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentChanged;

C++

virtual void __fastcall ParentChanged(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentation

Description

This method is called when the Parent is changed.

See Also