[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Conditional string with destination path
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; |
|
Conditional string with destination path |
|
| | | ||
|
String value with CPU and OS conditions |
|
| | | ||
| | | ||
| | | ||
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.