API:Datasnap.DSClientMetadata.TDSProxyGenerator.OnCreatedFiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreatedFiles: TDSProxyGeneratorCreatedFiles read FCreatedFiles write FCreatedFiles;

C++

__property OnCreatedFiles;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSProxyGenerator

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