1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.TMSBaseControl, FMX.TMSScrollControl, FMX.TMSRichEditorBase,
FMX.TMSRichEditor, FMX.TMSRichEditorToolBar, FMX.TMSToolBar,
FMX.TMSSpellCheck, FMX.TMSRichEditorSpellCheck, FMX.StdCtrls,
FMX.TMSSpellCheckCorrectForm, FMX.TMSBitmapContainer,
FMX.TMSRichEditorEmoticons, FMX.TMSRichEditorIO,
{$IFDEF MSWINDOWS}
Winapi.Windows, Winapi.ShellAPI,
{$ENDIF}
{$IFDEF POSIX}
Posix.Stdlib,
{$ENDIF POSIX}
FMX.TMSPDFCreatorIO,
FMX.TMSRichEditorPDFCreatorIO, FMX.Menus, FMX.TMSLabelEdit,
FireDAC.Phys.MySQLDef, FireDAC.Stan.Intf,
FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf,
FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys,
FireDAC.Stan.Param, FireDAC.DatS, FireDAC.DApt.Intf, FireDAC.DApt,
FireDAC.FMXUI.Wait, FireDAC.Comp.UI, Data.DB, FireDAC.Comp.DataSet,
FireDAC.Comp.Client, FireDAC.Phys.MySQL,
uAlea, uSQLModule, uGlobals, FMX.Objects, FMX.Ani; |
Partager