System.Classes.TRecall.Reference

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Reference: TPersistent read FReference;

C++

__property TPersistent* Reference = {read=FReference};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TRecall

Description

Indicates the reference object that is updated when you destroy the TRecall instance.

Read Reference to determine the object that TRecall updates when it is destroyed. The value of this read-only property is assigned in the constructor.

See Also