Datasnap.DSClientMetadata.TDSCustomProxyGenerator.OnCreatedFiles

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnCreatedFiles: TDSProxyGeneratorCreatedFiles read FCreatedFiles write FCreatedFiles;

C++

__property TDSProxyGeneratorCreatedFiles OnCreatedFiles = {read=FCreatedFiles, write=FCreatedFiles};


Description

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