JCL Help:TJclRegion.Combine@TJclRegion@TJclRegion@TJclRegionCombineOperator
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRegion.Combine Method (TJclRegion, TJclRegion, TJclRegionCombineOperator)
[+] TJclRegion Methods
[+] TJclRegion Properties
Search in JCL Help
Search in all projects
Summary
Combines two regions.
Pascal
public procedure Combine(DestRegion: TJclRegion; SrcRegion: TJclRegion; CombineOp: TJclRegionCombineOperator); overload;
public procedure Combine(SrcRegion: TJclRegion; CombineOp: TJclRegionCombineOperator); overload;
Parameters
Parameters | Description |
DestRegion: TJclRegion | The destination region class, this should be a valid region class. |
SrcRegion: TJclRegion | The region class with which this region will be combined. |
CombineOp: TJclRegionCombineOperator | The operator for the combination instruction. |
Description
Combines two regions using or, and, xor or difference operator. If the destination region is not specified then the region class is the result.
See Also
About
Donator
Wim De Cleen
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page