FMX.Forms.TCommonCustomForm.GetDeltaStreams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDeltaStreams(Proc: TGetStreamProc); override;

C++

DYNAMIC void __fastcall GetDeltaStreams(System::Classes::TGetStreamProc Proc);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Retrieves a list of streams representing the differences (deltas) between the current state of a component and a previously saved state.

FMX.Forms.TCommonCustomForm.GetDeltaStreams inherits from System.Classes.TComponent.GetDeltaStreams. All content below this line refers to System.Classes.TComponent.GetDeltaStreams.


Retrieves a list of streams representing the differences (deltas) between the current state of a component and a previously saved state.

See Also