System.Classes.TComponent.GetDeltaStreams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDeltaStreams(Proc: TGetStreamProc); dynamic;

C++

DYNAMIC void __fastcall GetDeltaStreams(TGetStreamProc Proc);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

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

See Also