TReminder = class(TReminderDialog) private FRemData: string; FCurNodeID: string; protected function GetDueDateStr: string; function GetLastDateStr: string; function GetIEN: string; override; function GetPrintName: string; override; function GetPriority: integer; function GetStatus: string; public constructor Create(ARemData: string); property DueDateStr: string read GetDueDateStr; property LastDateStr: string read GetLastDateStr; property Priority: integer read GetPriority; property Status: string read GetStatus; property RemData: string read FRemData; property CurrentNodeID: string read FCurNodeID write FCurNodeID; end;
TObject └TReminderDialog └TReminder
Name | Type | Scope | Comments |
---|---|---|---|
![]() |
UnicodeString | Private | - |
![]() |
UnicodeString | Private | - |
Name | Type | Scope | Comments |
---|---|---|---|
![]() |
UnicodeString | Public | - |
![]() |
UnicodeString | Public | - |
![]() |
UnicodeString | Public | - |
![]() |
Integer | Public | - |
![]() |
UnicodeString | Public | - |
![]() |
UnicodeString | Public | - |
Name | Declaration | Scope | Comments |
---|---|---|---|
![]() |
constructor Create(ARemData: string); | Public | TReminder |
Name | Declaration | Scope | Comments |
---|---|---|---|
![]() |
function GetDueDateStr: string; | Protected | - |
![]() |
function GetIEN: string; override; | Protected | - |
![]() |
function GetLastDateStr: string; | Protected | - |
![]() |
function GetPrintName: string; override; | Protected | - |
![]() |
function GetPriority: integer; | Protected | - |
![]() |
function GetStatus: string; | Protected | - |