text
stringlengths
14
6.51M
unit UPrefFAppFolders; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2011 by Bradford Technologies, Inc. } { This is the Frame that contains the Folder Preferences} interface uses Windows, Messa...
{ Invokable implementation File for TTxsRxs which implements ITxsRxs } unit TxsRxsImpl; interface uses InvokeRegistry, Types, XSBuiltIns, TxsRxsIntf, CommunicationObj, Advantech; type { TTxsRxs } TTxsRxs = class(TCommObj, ITxsRxs) public // TxsRxs function Get_TxRxCount: Integer; safecall...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://192.168.107.200:7788/wsdl/IDRX_Configuration_WS // Version : 1.0 // (13/02/2012 11:48:51 - 1.33.2.5) // *****...
unit untConfSPSADT; interface uses SysUtils, Classes,untTissComp; type TTissConfOPM = class(TPersistent) private FCodigo : Boolean; FTipTab : Boolean; FDescricao : Boolean; FQtde : Boolean; FCodBar : Boolean; FVlrUnt : Boolean; FVlrTot : Boolean; ...
unit Transit_DBIndependentVisitors_Svr; interface uses tiVisitorDBAutoGen , Transit_BOM , SysUtils ; type {Each persisted type has a Read, ReadFromPK, Create, Update and Delete visitor Read visitors create new objects and populate a collection class ReadFromPK visitors use the OID of already-existing o...
unit ImageResource; interface uses System.SysUtils, System.Classes, Winapi.Windows, Vcl.Controls, Vcl.Forms, Winapi.GDIPAPI, Winapi.GDIPOBJ; const LogoFile = 'Logo.png'; var imageAddMovie: TGPBitmap; imageAddFile : TGPBitmap; imageDelete : TGPBitmap; imageOptions : TGPBitmap; image...
unit NetReaderWirelist; interface uses NetReader; // Low level access to Wirelist Netlist files. type TWirelistNetReader = class( TveNetReader ) protected CurrentNet : string; HaveNet : boolean; function GetNetlistDescriptor : string; override; public function CheckCompatibility : ...
unit uMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uUDPConnection, StdCtrls, StrUtils, Winsock, ExtCtrls, ComCtrls; type TSide = (sMe, sOpposite); TfrMain = class(TForm) btSend: TButton; eMyPort: TEdit; btConnect: TButton; gbSettin...
unit oDataCollector; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LCLType, oGlobal; type TDataCollector = class private FHandle: HWnd; FErrMsg: String; function GetErrMsg: String; protected FWaveData: TWaveDataArray; FSampleRate: Integer; FNumChannels: Integer; proced...
unit udmRelatorio; interface uses SysUtils, Classes, frxClass, frxDBSet, frxIBXComponents, frxChart, uLib, frxChBox, udmFinanc, DB, DBClient, VCLTee.TeEngine, VCLTee.DBChart, VCLTee.TeeDBCrossTab, frxCross, fs_ichartrtti, frxExportText, frxExportCSV, frxExportPDF, VCLTee.TeeData, VCLTee.TeeGDIPlus, fs_ibas...
unit Test.ProxyGenerator; interface uses DUnitX.TestFramework, System.Classes, System.SysUtils, System.Variants, Data.DB, FireDAC.Comp.Client, Comp.Generator.DataProxy, Wrapper.TProxyGenerator, Helper.DUnitAssert; {$M+} type TMatrixOfVariants = TArray<TArray<Variant>>; [TestFixture] TestG...
// ****************************************************************** // // Program Name : AT Software_DNA Library // Program Version: 1.00 // Platform(s) : OS X, Win32, Win64 // Framework : FireMonkey // // Filenames : AT.DNA.FMX.Dlg.ProxySettings.pas/.fmx // File Version : 1.20 // Date Created : 04...
unit DlgTestGraphics; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DlgTest, Menus, cxLookAndFeelPainters, StdCtrls, cxButtons, ComCtrls, ExtCtrls; type TTestGraphicsDialog = class(TTestDialog) pcTestGraphics: TPageControl; tsPixeledImage: TTabShee...
unit AqDrop.DB.ORM.Manager; interface uses System.SysUtils, AqDrop.Core.InterfacedObject, AqDrop.Core.Collections.Intf, AqDrop.Core.Observers.Intf, AqDrop.DB.Types, AqDrop.DB.Connection, AqDrop.DB.SQL.Intf, AqDrop.DB.Adapter, AqDrop.DB.ORM.Reader; type TAqDBORMManager = class; ...
{* MCONFIG.PAS * * MIDAS Sound System configuration. Meant to be used with the simplified * MIDAS API, MIDAS.C * * Copyright 1995 Petteri Kangaslampi and Jarno Paananen * * This file is part of the MIDAS Sound System, and may only be * used, modified and distributed under the terms of the MIDAS *...
{По материалам http://www.swsys.ru/index.php?page=article&id=863} unit ShadowCaster; interface Uses dglOpenGL, MapStructure, PhysicsArifm, PhysicsRigidBody, RigidBodyContacts; Type TPlaneEquationData = record A, B, C, D: Float; end; Procedure CastShadowOnWorldPolygon (const LightPosition: TGLArray4fs;...
unit DialogDateReport; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, AncestorDialogScale, StdCtrls, Mask, Buttons, ExtCtrls, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Vcl.Menus, dxSkinsCore, dxSkinsDefaultPainters, cxControls, cxContainer, cxEdit, ...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit UOptionsReg; interface type TOptionsReg = class private FKeyPath: string; // Put private values of data fields here public property KeyPath: string read FKeyPath write FKeyPath; // Put public properties of data fields here public procedure LoadFromRegistry; procedure SaveToRegistr...
unit cIRC_Test; interface uses Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StrUtils, cIRC_Data; type TcIRC_TestMessageData = record Command: string; Destination: string; Hostname: string; Nick: string; Params: string; ...
unit DataSenderThread; interface uses IdTCPServer, Windows, Classes, SysUtils, SyncObjs, Contnrs; const MaxPackageCount = 100; type TDataSenderThread = class(TIdPeerThread) private packages : TQueue; lock : TCriticalSection; tx_rx_power : array of boolean; ...
unit OperacoesUtilitario; interface type TOperacoesUtilitario = class public class function Divisao(const Dividendo, Divisor :Real; nCasasDecimais :integer; const somaResto :Boolean = false) :Real; class function PorcentagemEquivalente(const ValorTotal, parteDoValor :Real; nCasasDecimais :integer) :Real;...
{ Special thanks to - Peter Schütt, Sahler GmbH, Bonn, schuett@sahler.de for Bug fixes, 16 - Bit - Version and the Stream functions - Nick Spurrier (MoDESoft, UK), nick@mode.co.uk for 32-bit images } unit Bmp2Tiff; interface uses WinProcs, WinTypes, Classes, Graphics, ExtCtrls; type PDirEntry = ^TD...
unit RepositorioProdutoDependenciaEst; interface uses DB, Auditoria, Repositorio; type TRepositorioProdutoDependenciaEst = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; override; ...
unit RestoreViewer; {$mode objfpc}{$H+} interface uses SysUtils, Variants, ComObj, ActiveX; const //Event type BEGIN_NESTED_SYSTEM_CHANGE = 102; BEGIN_SYSTEM_CHANGE = 100; END_NESTED_SYSTEM_CHANGE = 103; END_SYSTEM_CHANGE = 101; //Restore point type APPLICATION_INSTALL =...
{ ID:because3 PROG:castle LANG:PASCAL } var n,m:integer; f:array[0..51,0..51] of integer; g:array[1..50,1..50,1..4] of boolean; area:array[1..2500] of integer; procedure init; var i,j,k,x:integer; begin readln(m,n); for i:=1 to n do for j:=1 to m do begin read(x); for k:=3 ...
unit uORMBr.Clientes; interface uses Classes, DB, SysUtils, Generics.Collections, /// orm ormbr.mapping.attributes, ormbr.types.mapping, ormbr.types.lazy, ormbr.types.nullable, ormbr.mapping.register ; type [Entity] [Table('clientes', 'Tabela de Clientes')] [PrimaryKey(...
unit uFrmMensagemLunet; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, DBCtrls, ZSqlUpdate, DB, ZAbstractRODataset, ZAbstractDataset, ZDataset, DBClient, Grids, DBGrids, Buttons, ZAbstractConnection, ZConnection, ZSqlMonitor; type TfrmMens...
unit ManutencaoSistema; interface uses Usuario; type TManutencaoSistema = class private FCriouUsuario :Boolean; FCodigoUsuarioResponsavel :Integer; FCodigo :Integer; FHorarioInicio :TDateTime; FHorarioTermino ...
{**********************************************************************} { } { "The contents of this file are subject to the Mozilla Public } { License Version 1.1 (the "License"); you may not use this } { file except in comp...
unit u_LonLatRect; interface uses t_GeoTypes, i_LonLatRect; type TLonLatRect = class(TInterfacedObject, ILonLatRect) private FRect: TDoubleRect; private function GetLeft: Double; function GetTop: Double; function GetRight: Double; function GetBottom: Double; funct...
(* Copyright (c) 2011-2013, Stefan Glienke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions ...
unit Classes; interface uses Interfaces; type TMarreco = class(TInterfacedObject, IPato) private { private declarations } function GetNome: string; public { public declarations } function Grasnar: string; function Voar: string; end; TPeru = class(TInterfacedObject, IPeru) private ...
unit IncomeTest; interface uses dbTest, dbMovementTest, ObjectTest; type TIncomeTest = class (TdbMovementTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TIncome = class(TMovementTest) private function InsertDefault: integer; override; public function ...
unit rmxQueueRequests; interface uses SysUtils, Classes, Generics.Collections, SyncObjs; type /// <summary>Simple Threaded Queue</summary> TSimpleRequestExecute<T> = procedure (Const aThread:TThread;Const RequestsCount:Integer;Const aRequest:T) of Object; /// <summary>Simple Threaded Queue</summa...
{== PBThreadedSplashscreenU ===========================================} {: This unit implements a component that can be used to show a splash screen in a different thread. @author Dr. Peter Below @desc Version 1.0 created 2003-05-29<br/> Last modified 2003-06-01<p/> While it is possible to inst...
unit DIOTA.Model.Bundle; interface uses System.Classes, Generics.Collections, DIOTA.Model.Transaction, DIOTA.Pow.ICurl; type { * This class represents a Bundle, a set of transactions. * } IBundle = interface(IComparable) ['{8EDE8F67-4FC0-4345-9470-1C4BC4198488}'] { * Compares the cur...
unit Alcinoe.iOSApi.BackgroundTasks; interface uses Macapi.CoreFoundation, Macapi.CoreServices, Macapi.Dispatch, Macapi.Mach, Macapi.ObjCRuntime, Macapi.ObjectiveC, iOSapi.CocoaTypes, iOSapi.Foundation; {$M+} const {**************************************} BGTaskSchedulerError...
unit uBombaDao; interface uses ClasseBomba, uDM, FireDac.Stan.Param, Data.db; type TBombaDao = class private public function gravar(objBomba : TBomba) : boolean; function getById(id : integer;objBomba: TBomba): boolean ; end; implementation uses System.SysUtils; { TBombaDado } func...
unit uCacheFile; interface uses SynCommons, mORMot; type TSQLCacheFile = class(TSQLRecord) private fFileNo: Integer; fFileName: RawUTF8; fRowCount: Integer; fValueCount: Integer; fValueCount2: Integer; published property FileNo: Integer read fFileNo write fFileNo; property FileN...
unit InMemoryApplicationServiceRegistry; interface uses ApplicationService, AbstractApplicationServiceRegistry, ApplicationServiceRegistry, SysUtils, Classes; type TInMemoryApplicationServiceRegistry = class (TAbstractApplicationServiceRegistry) private type TApplicationServiceItem...
unit IdOpenSSLPersistent; interface {$i IdCompilerDefines.inc} uses Classes; type TIdOpenSSLPersistent = class(TPersistent) public constructor Create; virtual; procedure AssignTo(Dest: TPersistent); override; function Equals(Obj: TObject): Boolean; {$IFDEF VCL_XE4_OR_ABOVE}override;{$ELSE}virtual...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
program mousetest; {$IFNDEF HASAMIGA} {$FATAL This source is compatible with Amiga, AROS and MorphOS only !} {$ENDIF} { Project : mousetest Topic : Read position and button events from the mouse. Source : RKRM } {$MODE OBJFPC}{$H+}{$HINTS ON} {$UNITPATH ../../../Base/CHelpers} {$UNITPATH ../../../Bas...
unit IdTestMessage; interface uses IdTest, IdSys, IdMessage; type TIdTestMessage = class(TIdTest) published procedure TestAddresses; end; implementation procedure TIdTestMessage.TestAddresses; //check that an address string is parsed correctly var m:TIdMessage; const cAddr...
{***************************************************************************} { } { DelphiUIAutomation } { } { ...
unit MainUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, ClientesForm, ClienteIntf, ClienteMVPIntf, ProdutoIntf, ProdutoMVPIntf, PedidoIntf, PedidoMVPIntf, System.Actions, Vcl.ActnList, Sy...
{**********************************************************************************} { } { Project vkDBF - dbf ntx clipper compatibility delphi component } { ...
unit JLToolButton; interface uses Windows, Messages, SysUtils, Classes, Controls, ComCtrls, Graphics; type TJLToolButton = class(TToolButton) protected FPictureIndex: Integer; FPictureColor: TColor; //FMouseDowned: Boolean; //FSavedMouseDowned: Boolean; //FMouseEntered: Boolea...
function tohex(a:byte):string; const xltab:array[0..15] of char = ('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'); var s:string[2]; begin s[0]:=#2; if a<16 then begin s[1]:='0'; s[2]:=xltab[a and 15]; end else begin s[1]:=xltab[a shr 4]; s[2]:=xltab[a and 15]; ...
program ej8; type perfil = record dni : Integer; nombre : String; apellido : String; email : String; end; proyecto = record codigo : Integer; titulo : String; docente : perfil; alumnos : Integer; escuela : String; localidad : String; end; procedure leerProyecto(var proyecto:pro...
{ Модуль содержит примитивы для отображения информации о превышении лимита } unit uhtmlComponents; interface const LineEnding = #10#13; resourcestring html_header = '<html>' + LineEnding + '' + LineEnding + '<head>' + LineEnding + '<meta http-equiv=Content-Type content="text/html; charset=windows-1251">'...
unit SYSINI; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ToolWin, ComCtrls, ExtCtrls, StdCtrls, DBCtrls, DB, DBTables; //公共变量声明初值 procedure VAR_DECLARE_INI; procedure VAR_DECLARE_ODBC; procedure LOAD_FRONT_TABLE_VARIBLE; // 读取前台变量 procedure SAVE_FRONT_TABLE_VARIBLE;...
(* Copyright (c) 2011, Stefan Glienke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and t...
unit TriniTypes; interface Type UBYTE = Byte; SBYTE = ShortInt; UWORD = Word; SWORD = SmallInt; ULONG = LongWord; SLONG = LongInt; WBOOL = WordBool; LBOOL = LongBool; PUBYTE = ^UBYTE; ...
unit NtUtils.Tokens.Logon; { The module introduces functions for logging users into the system via a normal and Services-for-Users logon. } interface uses Ntapi.WinNt, Ntapi.WinBase, Ntapi.NtSecApi, Ntapi.ntseapi, NtUtils, NtUtils.Objects; // Logon a user [RequiredPrivilege(SE_TCB_PRIVILEGE, rpSometimes)] f...
unit cmikrotikrouteros; {$mode delphi} interface uses Classes, SysUtils, And_jni, {And_jni_Bridge,} AndroidWidget; type TOnAsyncReceive = procedure(Sender: TObject; delimitedContent: string; delimiter: String) of object; {Draft Component code by "LAMW: Lazarus Android Module Wizard" [4/21/2019 2:28:33]} {https:...
unit LikiDniproReceipt; interface uses Windows, System.SysUtils, System.Variants, System.Classes, System.JSON, Vcl.Dialogs, REST.Types, REST.Client, REST.Response.Adapter, Data.DB, Vcl.Forms, ShellApi, IdHTTP, IdSSLOpenSSL, Datasnap.DBClient; type TRecipe = Record // Рецепт FRecipe_Number : String;...
unit StratTypes; interface uses FrogObj, Strategy, Classes; const MAX_STRATS = 20; DEFAULT_SWITCH_AFTER = 9; MAX_ITERS = 20; type TStrategyType = (stBasic, stExpo, stIntenGate, stProjections, stOverstep, stFRMin, stPRMin, stXFrogProj, stModErrProj); TStrategyCals = class(TFrogObject) privat...
unit Z_class_u; interface uses sysutils, classes; const ZeroComplixNumber: string = 'Divid by zero Exception'; NULLComplixNumber: string = ' NUll Compliex number'; type TComplixNumberZeroExcepion = class(Exception); // my exceptin TNULLComplixNumberExcepion = class(Exception); TZNumber = ...
// ============================================================================= // Module name : $RCSfile: ConfigBase.pas,v $ // Description : This unit defines base class for configurations of measurement // device, product and so an. // Compiler : Delphi 2007 // Author : 2015-12-11 /bsu/ /...
unit IEasyPort; ////////////////////////////////////////////////////////////////////////// // Revision : 11-03-2003 ////////////////////////////////////////////////////////////////////////// interface const IEASYDRIVER_MASK = $3001; // Mask interrupt IEASYDRIVER_UNMASK ...
{**************************************************** * Author : Dumitru Uzun * Web : http://duzun.me * Repo : https://github.com/duzun/DelphiUnits * Created : 02.05.2009 * History: * * 03.06.2009: * ReadNr, ReadInt * * 22.01.2010 * FontToCSS, CanvasToCSS, ControlToCSS, Color...
unit Script_Mensaje; interface uses flags, Classes, ScriptObject; type TTipoMensaje = (tmInicioCiclo, tmInicioCicloVirtual, tmMantener, tmPrimeraAdvertencia, tmPrimeraAdvertenciaVirtual, tmAdvertencia, tmResistenciaPura, tmFranjaResistencia, tmAreasResistencia, tmSoportePuro, tmFranjaSoporte, tmAreas...
{*******************************************************} { } { Delphi FireMonkey Mobile Services } { } { Description of interface for phone dialer } { ...
unit ReplaceDialogunit; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} interface uses {$IFnDEF FPC} Windows, {$ELSE} LCLIntf, LCLType, LMessages, {$ENDIF} Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Buttons, SynEdit, SynEditTypes; type TReplaceD...
unit Calculation_SAUA; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ParentForm, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, Vcl.ComCtrls, dxCore, cxDateUtils, dxSkin...
unit Vs.Pedido.Venda.Entidade; interface type TPedidoVenda = class strict private FCodigo: Integer; FCliente: string; FValor: Double; FLiberadoParaFaturamento: Boolean; constructor Create(ACodigo: Integer; ACliente: string; AValor: Double); public class function Instancia(ACodigo: Integ...
(*============================================================================ -----BEGIN PGP SIGNED MESSAGE----- This code (c) 1994, 1997 Graham THE Ollis GENERAL NOTES ============= This is 16bit DOS TURBO PASCAL source code. It has been tested using TURBO PASCAL 7.0. You will need AT LEAST version 5.0 ...
unit Authentication; interface uses {$IFDEF ANDROID} FMX.Platform.Android, Androidapi.JNI.Telephony, Androidapi.JNI.Provider , Androidapi.JNIBridge, Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.JavaTypes, Androidapi.JNI.App, FMX.Helpers.Android, Androidapi.Helpers, Androidapi.JNI.Os, ...
unit Controller.Produtos; interface uses FireDAC.Comp.Client, System.SysUtils, Controller.Produtos.Interfaces, Data.DB, Entidades.Produtos; type TPRODUTOS = class(TInterfacedObject,iPRODUTOS) private FConnection : TFDConnection; FQuery : TFDQuery; FDatasource : TDataSource; FEntid...
unit mnGraphicsTestCase; { Delphi DUnit Test Case ---------------------- This unit contains a skeleton test case class generated by the Test Case Wizard. Modify the generated code to correctly setup and call the methods from the unit being tested. } interface uses TestFramework, mnGraphics; type TmnG...
PROGRAM Greeting; VAR MyMessage: STRING; x, y : INTEGER; height, width : INTEGER; c: CHAR; //procedure Draw; BEGIN MyMessage := 'Hello world!'; WRITELN(MyMessage); END;
unit UDAMOPrincipal; interface uses SysUtils, Classes, PlatformDefaultStyleActnCtrls, ActnList, ActnMan, DB , DBClient, SOAPConn, ImgList, Controls, UCommonTypes, UFORMPrincipal , UKRDMSegurancaEPermissoes, SOAPHTTPTrans, UFORMSplash, UKRDMConfiguracoes , UKRDMRelatorio, UKRDMAvaliadosGerenciar; ...
unit uDihotomedCollection; interface uses Classes; type TSortedFindCompare = function (Data1, Data2: Pointer): integer; TIndexedProperty = function:pointer of object; TIndexStructure=record FList : TList; GotoBound: integer; CompareFunc: TSortedFindCompare; IndexedProperty: TInd...
unit MyProc; interface uses Simulation; type TMyProc = class(Coroutine) protected { Private Declarations } procedure Run; override; public Name : string; Next : TMyProc; constructor Create(AName : string); end; implementation constructor TMyProc.Create(AName : string); begin inherited ...
unit Operate; interface uses Vcl.Graphics, System.Generics.Collections; type TOperateType = (None = 0, DrawRectangle, DrawEllipse, DrawArrow, DrawLine, DrawText); type TOperateObject = class private _operateType: TOperateType; _color: TColor; _data: TObject; public constructor Create; over...
unit DSharp.Testing.Mock.Tests; interface uses TestFramework, DSharp.Testing.Mock; type {$M+} ITest = interface function ReturnBoolean: Boolean; end; TMockTestCase = class(TTestCase) private FMock: Mock<ITest>; FTest: ITest; protected procedure SetUp; override; procedure TearDown; ...
unit iNESHeaderChecks; interface uses BCData; function LoadiNESHeader(): Boolean; function CheckiNESHeader(): Integer; type TRomHeader = record RomType : array[0..2] of Byte; Ctrl, PRGROM, CHRRAM, ROMctrl1, ROMctrl2 : Byte; Expansion : array[0..7] of Byte; end; var ROMHeader : TRO...
unit Model.Role; interface uses Model.Interfaces, Model.IMyConnection, System.Generics.Collections, Spring.Collections, Spring.Data.ObjectDataset, MainDM; function CreateRoleModelClass: IRoleModelInterface; implementation uses System.SysUtils, Model.Declarations, Model.FormDeclarations, Spring.Persis...
unit Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.ValEdit, Vcl.ComCtrls, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Menus, System.IniFiles, System.StrUtils; type TformMain = class(TForm) PageControl1: TPageC...
{* Sergey Bodrov (serbod@gmail.com) 2013 TDLogger - write messages to log file and to SysLog server on Windows, log file closed after 200 milliseconds since last message *} unit Logger; {$ifdef FPC} {$mode objfpc}{$H+} {$endif} {$ifdef JCL} {$ifdef DEBUG} {$define JCL_DEBUG} {$endif} {$en...
{$I ..\Definition.Inc} unit WrapFmxListBox; interface uses FMX.ListBox, WrapFmxTypes, WrapFmxControls, WrapFmxLayouts, PythonEngine; type TPyListBoxItem = class(TPyDelphiTextControl) private function GetDelphiObject: TListBoxItem; procedure SetDelphiObject(const Value: TListBoxItem); public class function...
unit BDACore; {********************************************** Kingstar Delphi Library Copyright (C) Kingstar Corporation <Unit>BDACore <What>为了支持对IDispatch的实现而准备。 <Written By> Huang YanLai (黄燕来) <History> **********************************************} interface uses windows,ActiveX,ComObj; ...
unit DeletableOnCloseFormUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TOnDeleteEventHandler = procedure (Sender: TObject) of object; TDeletableOnCloseForm = class(TForm) procedure FormClose(Sender: TObject; var Action: TCloseAction);...
unit RTX_ProjectManager; {$WARN SYMBOL_PLATFORM OFF} interface uses Windows, SysUtils, ComObj, ComServ, Variants, RTXCPluginLib_TLB, ActionLib_TLB, RTXCModulEinterfaceLib_TLB, RTXCAPILib_TLB, RTXC.ClientObjectsEventSink, RTXC.EventSink, //RTXC.Event, RTXC.Plugin, uFrmManagerView; type ...
unit cbluetoothspp; {$mode delphi} interface uses Classes, SysUtils, And_jni, {And_jni_Bridge,} AndroidWidget; const // Intent request codes REQUEST_CONNECT_DEVICE = 384; REQUEST_ENABLE_BT = 385; // Key names received from the BluetoothChatService Handler DEVICE_NAME = 'device_name'; D...
unit uDojo; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,Redis.Client, Redis.Commons, Redis.NetLib.Indy, Vcl.StdCtrls; type TForm1 = class(TForm) btnConecta: TButton; Edit1: TEdit; ...
unit UValidationUserComment; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2012 by Bradford Technologies, Inc. } interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Fo...
unit UUADSubjDataSrc; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2011 by Bradford Technologies, Inc. } { UAD Dialog for getting the Subject's Sales History or Current Listing Info} interface uses ...
unit SettingsFrmColors; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, ColorPreviewer, Editor, Menus, Styles, ComCtrls, HSVColorPicker, VColorPicker; type TPickerItem = ( piBody, piPin, piStrip, piBoard, piSelection, piNet1, piNe...
{ ------------------------------------------------------------- |number| Title | Description | ------------------------------------------------------------- | 1 | Always on top | --- | | | |__= AlwaysOnTop | | -------...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://localhost:9999/wsdl/IRadarWS // Encoding : utf-8 // Version : 1.0 // (4/10/2011 11:36:54 PM - 1.33.2.5) // *...
unit IE; interface uses SysUtils; procedure IERun; procedure ShowBanner; implementation uses Compiler, Lang, MiscUtils; type TCommandHandler = function: Integer; TCommandHandlerRec = record Command: string; ShortCmd: string; Handler: TCommandHandler; end; procedure ShowBanner; begin ...
unit Numbers; { Cluster: Numbers } { Explanation: Enthält Klassen, die verschieden Zahlen darstellen: (Ersetzt die obsolete Unit Zahlen) - TNumber (Zahl als Klasse) - TNumber2 (2 Zahlen als Klasse) Außerdem werden folgende Funktionen bereitgestellt: Double_Str (Double als String) LeadingZer...
unit AqDrop.DB.Base.Exceptions; interface uses AqDrop.Core.Exceptions; type EAqFieldValidationError = class(EAqFriendly) strict private FClass: TClass; FFieldName: string; public constructor Create(const pMessage: string; const pClass: TClass; const pFieldName: string); proper...
unit Main; interface uses System.SysUtils, System.Types, System.UITypes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects, FMX.StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdHTTP, FMX.Layouts, FMX.ListBox, System.Classes, Xml.xmldom, ...
unit vclutils; interface uses vcl.stdctrls, vcl.controls, vcl.ComCtrls, vcl.graphics, system.Types; type TControlProc = reference to procedure(const AControl: TControl); procedure SetButtonMultiline(b: TButton); procedure ModifyControl(const AControl: TControl; const ARef: TControlProc); procedure PageControl...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://carme/secure/ws/awsi/BuildFaxReportServer.php?wsdl // Encoding : ISO-8859-1 // Version : 1.0 // (9/5/2013 2:33:18 P...
{******************************************************************************} { } { Indy (Internet Direct) - Internet Protocols Simplified } { ...