Datasnap.DSClientMetadata.TDSProxyGenerator.OnCreatedFiles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Unit: Datasnap.DSClientMetadata
Parent: TDSProxyGenerator

Delphi

property OnCreatedFiles;

C++

__property OnCreatedFiles;

Description

Occurs when the creation of the proxy information files is done.

Datasnap.DSClientMetadata.TDSProxyGenerator.OnCreatedFiles inherits from Datasnap.DSClientMetadata.TDSCustomProxyGenerator.OnCreatedFiles. All content below this line refers to Datasnap.DSClientMetadata.TDSCustomProxyGenerator.OnCreatedFiles.

Occurs when the creation of the proxy information files is done.

Use an OnCreatedFiles event to implement further functionality when the creation of the proxy information files is done.

See Also