24.10.2014 Views

TMS iCL DEVELOPERS GUIDE - TMS Software

TMS iCL DEVELOPERS GUIDE - TMS Software

TMS iCL DEVELOPERS GUIDE - TMS Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>TMS</strong> SOFTWARE<br />

<strong>TMS</strong> <strong>iCL</strong><br />

<strong>DEVELOPERS</strong> <strong>GUIDE</strong><br />

to make sure that these limitations do not occur on a real device since the device will be used in<br />

the final stage of development and deployment.<br />

Resources<br />

<strong>TMS</strong>FMXNativeUITableViewMail source<br />

{********************************************************************}<br />

{ }<br />

{ written by <strong>TMS</strong> <strong>Software</strong> }<br />

{ copyright © 2014 }<br />

{ Email : info@tmssoftware.com }<br />

{ Web : http://www.tmssoftware.com }<br />

{ }<br />

{ The source code is given as is. The author is not responsible }<br />

{ for any possible damage done due to the use of this code. }<br />

{ The complete source code remains property of the author and may }<br />

{ not be distributed, published, given or sold in any form as such. }<br />

{ No parts of the source code can be included in any other component }<br />

{ or application without written authorization of the author. }<br />

{********************************************************************}<br />

unit FMX.<strong>TMS</strong>NativeUITableViewMail;<br />

interface<br />

uses<br />

Classes, FMX.<strong>TMS</strong>NativeUITableView, SysUtils<br />

{$IFDEF IOS}<br />

,iOSApi.UIKit, iOSApi.Foundation<br />

{$ENDIF}<br />

;<br />

type<br />

T<strong>TMS</strong>FMXNativeUITableViewMailItem = class(T<strong>TMS</strong>FMXNativeUITableViewItem)<br />

private<br />

FDate: TDateTime;<br />

FTitle: String;<br />

FDescription: string;<br />

FSender: String;<br />

FUnread: Boolean;<br />

procedure SetUnread(const Value: Boolean);<br />

published<br />

property Sender: String read FSender write FSender;<br />

property Date: TDateTime read FDate write FDate;<br />

property Title: String read FTitle write FTitle;<br />

property Description: string read FDescription write FDescription;<br />

168

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!