FMX.Controls.Presentation.EPresentationWrongModel

From RAD Studio API Documentation

EPresentationWrongModelSystem.SysUtils.ExceptionSystem.TObject

Delphi

EPresentationWrongModel = class(Exception);

C++

class PASCALIMPLEMENTATION EPresentationWrongModel : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

Description

Exception raised when the presentation receives a model of the wrong class.

See Also