Datasnap.DSHTTP.TCustomDSRESTServerTransport.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSRESTServerTransport

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Description

Initializes the component after the form file has been read into memory.

Do not call the protected Loaded method. The streaming system calls this method after it loads the component's form from a stream.

See Also