mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Public Operation.Thread property
This commit is contained in:
parent
582e3d2184
commit
bfda5c43ac
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ type
|
|||
class procedure RaiseAbortOperation;
|
||||
|
||||
property ParentOperation: TFileSourceOperation read FParentOperation write FParentOperation;
|
||||
property Thread: TThread read FThread;
|
||||
|
||||
public
|
||||
constructor Create(const aFileSource: IInterface); virtual;
|
||||
|
|
@ -421,6 +420,7 @@ type
|
|||
|
||||
function GetDescription(Details: TFileSourceOperationDescriptionDetails): String; virtual;
|
||||
|
||||
property Thread: TThread read FThread;
|
||||
property Progress: Double read FProgress;
|
||||
property ID: TFileSourceOperationType read GetID;
|
||||
property State: TFileSourceOperationState read GetState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue