THYFileSearchInfo

Overview

The THYFileSearchInfo class is used in the collection properties of the THYAutoUpdateClient component and the THYAutoUpdateService base service to identify the directories and files targeted by the update process.

On the client side, these values will be used to generate a list of files that will then be sent to the server. Server side, it is used to generate a list of updates which will then be compared with the one sent by the client.

Location


 

Assign  override

procedure Assign(aSource: TPersistent)

Parameters:

  • aSource:

FreeInternalProperties  protected override

procedure FreeInternalProperties

ReadComplex  override

Reads data from the specified serializer.

procedure ReadComplex(aSerializer: TObject)

Parameters:

  • aSerializer: Reference to a serializer.

Recursive

Gets or sets value that indicates whether recursive search should be used.

property Recursive: Boolean read write

SearchMask

Gets or sets search mask.

property SearchMask: ROAnsiString read write

TargetClientDirectory

Gets or sets target directory on a client side.

property TargetClientDirectory: ROAnsiString read write

WriteComplex  override

Writes data into the specififed serializer.

procedure WriteComplex(aSerializer: TObject)

Parameters:

  • aSerializer: Reference to a serializer.

 

Recursive

Gets or sets value that indicates whether recursive search should be used.

property Recursive: Boolean read write

SearchMask

Gets or sets search mask.

property SearchMask: ROAnsiString read write

TargetClientDirectory

Gets or sets target directory on a client side.

property TargetClientDirectory: ROAnsiString read write

 

Assign  override

procedure Assign(aSource: TPersistent)

Parameters:

  • aSource:

FreeInternalProperties  protected override

procedure FreeInternalProperties

ReadComplex  override

Reads data from the specified serializer.

procedure ReadComplex(aSerializer: TObject)

Parameters:

  • aSerializer: Reference to a serializer.

WriteComplex  override

Writes data into the specififed serializer.

procedure WriteComplex(aSerializer: TObject)

Parameters:

  • aSerializer: Reference to a serializer.