diff --git a/components/tvplanit/source/laz_visualplanit.lpk b/components/tvplanit/source/laz_visualplanit.lpk
index 0bd83e4ac..80ef0e7fc 100644
--- a/components/tvplanit/source/laz_visualplanit.lpk
+++ b/components/tvplanit/source/laz_visualplanit.lpk
@@ -16,6 +16,12 @@
+
+
+
+
+
+
7 }
property CustomInterval : Integer read FCustInterval write SetCustInterval;
property CustInterval : Integer read FCustInterval write SetCustInterval; deprecated 'Use "CustomInterval" instead';
- property Owner: TVpSchedule read FOwner;
{ Reserved for your use }
property UserField0: string read FUserField0 write FUserField0;
property UserField1: string read FUserField1 write FUserField1;
@@ -361,15 +370,20 @@ type
property Loading: Boolean read FLoading write FLoading;
property Changed: Boolean read FChanged write SetChanged;
property Deleted: Boolean read FDeleted write FDeleted;
+ property Owner: TVpTasks read FOwner;
+{$ifdef WITHRTTI}
+ published
+{$else}
+ public
+{$endif}
+ property RecordID: Integer read FRecordID write FRecordID;
property DueDate: TDateTime read FDueDate write SetDueDate;
property Description: string read FDescription write SetDescription;
property ItemIndex: Integer read FItemIndex;
property Details: string read FDetails write SetDetails;
property Complete: Boolean read FComplete write SetComplete;
- property RecordID: Integer read FRecordID write FRecordID;
property CreatedOn: TDateTime read FCreatedOn write SetCreatedOn;
property CompletedOn: TDateTIme read FCompletedOn write SetCompletedOn;
- property Owner: TVpTasks read FOwner;
{ Not implemented yet }
property Priority: Integer read FPriority write SetPriority;
@@ -502,7 +516,6 @@ type
procedure SetState(const Value: string);
procedure SetTitle(const Value: string);
procedure SetZip(const Value: string);
-
public
constructor Create(Owner: TVpContacts);
destructor Destroy; override;
@@ -510,6 +523,12 @@ type
property Loading : Boolean read FLoading write FLoading;
property Changed : Boolean read FChanged write SetChanged;
property Deleted : Boolean read FDeleted write SetDeleted;
+ property Owner : TVpContacts read FOwner write FOwner;
+{$ifdef WITHRTTI}
+ published
+{$else}
+ public
+{$endif}
property RecordID : Integer read FRecordID write SetRecordID;
property Job_Position : string read FPosition write SetPosition;
property Position : string read FPosition write SetPosition; deprecated 'Use "Job_Position" instead';
@@ -542,7 +561,6 @@ type
property Custom2 : string read FCustom2 write SetCustom2;
property Custom3 : string read FCustom3 write SetCustom3;
property Custom4 : string read FCustom4 write SetCustom4;
- property Owner : TVpContacts read FOwner write FOwner;
{ Reserved for your use }
property UserField0 : string read FUserField0 write FUserField0;
property UserField1 : string read FUserField1 write FUserField1;