Fmx.Bind.Navigator.EBindNavException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindNavException

Delphi

EBindNavException = class(Exception);

C++

class PASCALIMPLEMENTATION EBindNavException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

Exception class for all errors that might occur when working with the binding navigator.

EBindNavException is the exception class for all errors that might occur when working with the binding navigator component, or any other components used internally by the binding navigator (such as TBindNavButton).

See Also