FMX.StdCtrls.TImageLoadedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TImageLoadedEvent = procedure (Sender: TObject; const FileName: string) of object;

C++

typedef void __fastcall (__closure *TImageLoadedEvent)(System::TObject* Sender, const System::UnicodeString FileName);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

Description

Embarcadero Technologies does not currently have any additional information.