Data.DBXCommon.TDBXScheduler.Instance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Instance: TDBXScheduler read FInstance;

C++

/* static */ __property TDBXScheduler* Instance = {read=FInstance};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXScheduler

Description

Class property that holds the singleton instance of the TDBXScheduler.

Instance is a read-only class property that holds the singleton instance of this class.

See Also