Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TConditionalDestString

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Conditional string with destination path

Declaration

Source position: fpmkunit.pp line 499

type TConditionalDestString = class(TConditionalString)

public

  procedure Assign(); override;

  

Assign conditional destination string from another source

  property DestPath: string; [rw]

  

Destination path for the conditional string

end;

Inheritance

TConditionalDestString

  

Conditional string with destination path

|

TConditionalString

  

String value with CPU and OS conditions

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

TConditionalDestString extends conditional strings to include destination path information.

Used for file operations that require both source values and target destinations based on CPU and OS conditions.


Documentation generated on: Dec 15 2025