mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
Some commenting identation improvements
git-svn-id: trunk@34631 -
This commit is contained in:
parent
6386665a85
commit
7ede455eae
@ -106,19 +106,19 @@ type
|
||||
|
||||
TLazDeviceMessage = class
|
||||
public
|
||||
// The commends indicate in which message kind each field is available
|
||||
// in this order: SMS MMS EMail
|
||||
bccAddress: TStringList; // N N Y
|
||||
Body: string; // Y Y Y
|
||||
callbackNumber: string; // Y N N
|
||||
ccAddress: TstringList; // N N Y
|
||||
destinationAddress: TStringList; // Y Y Y
|
||||
isRead: Boolean; // Y Y Y
|
||||
// The coments indicate in which message kind each
|
||||
// field is available. SMS MMS EMail
|
||||
bccAddress: TStringList; // N N Y
|
||||
Body: string; // Y Y Y
|
||||
callbackNumber: string; // Y N N
|
||||
ccAddress: TstringList; // N N Y
|
||||
destinationAddress: TStringList; // Y Y Y
|
||||
isRead: Boolean; // Y Y Y
|
||||
messageId: string; // Y Y Y
|
||||
//messagePriority Y Y Y
|
||||
messageType: TLazDeviceMessageKind;//Y Y Y
|
||||
sourceAddress: string; // Y Y Y
|
||||
Subject: string; // N Y Y
|
||||
Subject: string; // N Y Y
|
||||
Time: TDateTime; // Y Y Y
|
||||
validityPeriod:TTime; // Y N N
|
||||
constructor Create; virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user