text
stringlengths
14
6.51M
{ 14/02/2007 08:39:25 (GMT+0:00) > [Akadamia] checked in } { 14/02/2007 08:39:10 (GMT+0:00) > [Akadamia] checked out /} { 12/02/2007 10:18:00 (GMT+0:00) > [Akadamia] checked in } { 08/02/2007 14:10:47 (GMT+0:00) > [Akadamia] checked in } {---------------------------------------------------------------------------...
unit caMath; {$INCLUDE ca.inc} interface uses // Standard Delphi units Classes, Sysutils, // ca units caClasses; type //--------------------------------------------------------------------------- // IcaValidNum //--------------------------------------------------------------------------- IcaValid...
unit IdCoderQuotedPrintable; {9-17-2001 - J. Peter Mugaas made the interpretation of =20 + EOL to mean a hard line break soft line breaks are now ignored. It does not make much sense in plain text. Soft breaks do not indicate the end of paragraphs unlike hard line breaks that do end paragraphs. 3-24-2001 - ...
// auteur : Djebien Tarik // date : Mai 2010 // objet : Unite pour la structure de donnée linéaire de LISTE SIMPLEMENT CHAINEE. UNIT U_Liste; INTERFACE uses SysUtils; (*=============================== DEFINITION DU TYPE LISTE =========================================*) (* _ _____________ ...
unit dXML; interface uses Classes, SysUtils, ExtCtrls, ACBrNFe, ACBrMail, ACBrNFeDANFeRLClass, db, ACBrDFe, ACBrDFeSSL, Data.FMTBcd, Data.SqlExpr, ACBrNFeDANFEClass, ACBrBase, DbxSqlite, Forms, Datasnap.DBClient, Datasnap.Provider, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Err...
unit URegraCRUDProximaVacina; interface uses URegraCRUD , URepositorioDB , URepositorioProximaVacina , UEntidade , UProximaVacina ; type TRegraCRUDProximaVacina = class(TRegraCRUD) protected procedure ValidaInsercao(const coENTIDADE: TENTIDADE); override; public constructor Create; overri...
unit untEasyDesignerPivotOLAPDataSourceReg; {$I cxVer.inc} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, cxCustomPivotGrid, cxPivotGridOLAPDataSource, cxButtons, ExtCtrls, cxGeometry, ComCtrls, CommCtrl, cxGraphics, cxControls, ImgList, ...
unit Financas.Model.Connections.Factory.DataSet; interface uses Financas.Model.Connections.Interfaces, Financas.Model.Connections.TableFiredac; Type TModelConnectionFactoryDataSet = class(TInterfacedObject, iModelFactoryDataSet) private public constructor Create; destructor Destroy...
unit TemplateResItems; interface uses Windows, Messages, SysUtils, Variants, Classes, Contnrs, SyncObjs; type TTemplateResources = class; TTemplateResourceItem = class private FName: string; FTemplate: PChar; FTemplateLength: Integer; FType: PChar; FOwner: TTemplateResources; functi...
(** This module contains a class / interface for managaing message in the application. @Author David Hoyle @Version 1.0 @Date 05 Jan 2018 **) Unit ITHelper.MessageManager; Interface {$INCLUDE 'CompilerDefinitions.inc'} Uses Classes, ITHelper.Interfaces, ITHelper.Types; Type (** A class w...
unit MainFrm; { MemoEdit is a simple OLE Automation enabled MDI-style text editor. The application contains the following units: MainFrm The MDI main form. EditFrm The MDI child form class and its automation class. MemoAuto The Application automation object. To register the MemoEdit application as ...
(* Name: initprog Copyright: Copyright (C) SIL International. Documentation: Description: Create Date: 20 Jun 2006 Modified Date: 23 Jun 2015 Authors: mcdurdin Related Files: Dependencies: Bugs: Todo: Notes: ...
{*******************************************************} { } { Delphi FireMonkey Platform } { } { Copyright(c) 2011 Embarcadero Technologies, Inc. } { ...
{----------------------------------------------------------------------------- Unit Name: StrConsts Author: n0mad Version: 1.2.8.x Creation: 06.08.2003 Purpose: Standard contants History: -----------------------------------------------------------------------------} unit StrConsts; interface const // ...
(* Deklarasi nama program*) program HelloWorld; (* Deklarasi library*) uses crt; (* Ini adalah komentar, tidak dieksekusi oleh komputer. Program ini untuk menampilkan kalimat "Hello, World!" di layar. *) (* Program utama selalu dimulai dengan "begin" dan diakhiri dengan "end"*) begin writeln('Hello, World!'); ...
unit FC.Trade.Trader.MACross3; {$I Compiler.inc} interface uses Classes, Math,Graphics, Contnrs, Forms, Controls, SysUtils, BaseUtils, ActnList, Properties.Obj, Properties.Definitions, StockChart.Definitions, StockChart.Definitions.Units, Properties.Controls, StockChart.Indicators, Serialization, FC.Definition...
// ################################## // # TPLVisor - Michel Kunkler 2013 # // ################################## (* Turingmaschine Befehle werden beim Interpretieren der Befehlsobjekte aufgerufen. Hat ein Magnetband als Attribut. Kann das Magnetband als String speichern oder laden. *) unit TPLTuringmaschine...
{*******************************************************} { } { Delphi Visual Component Library } { } { Copyright(c) 1995-2018 Embarcadero Technologies, Inc. } { All rights rese...
{**********************************************************} { } { Zlib Compression Algorithm for TinyDB } { } {**********************************************************} unit Compress...
(* MPC: SWa, MM, 2020-05-20 *) (* ---- *) (* MidiPascal compiler. *) (* ========================================================================= *) ...
(******************************************************************************) (* This file conteins definitions, data sructures and the implementations of *) (* a two channels 2681 serial device. *) (* Designed to be interfaced with MC68k Class. ...
{----------------------------------------------------------------------------- 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 compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
PROGRAM MirrorText; FUNCTION ShortenString(s: string): string; BEGIN (* ShortenString *) Delete(s, Length(s), 1); ShortenString := s; END; (* ShortenString *) FUNCTION Mirror(s: string): string; BEGIN (* Mirror *) if Length(s) > 1 then Mirror := s[Length(s)] + Mirror(ShortenS...
unit mDrawers; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORCtrls, ComCtrls, Buttons, ExtCtrls, Menus, ActnList, uTemplates, ORClasses, System.Actions, U_CPTPasteDetails; type // Indicates what a drawer is doing at the moment TDrawerState = ...
unit WinShell; interface uses SysUtils, Windows, Registry, ActiveX, ShlObj; type EShellOleError = class(Exception); TShellLinkInfo = record PathName: string; Arguments: string; Description: string; WorkingDirectory: string; IconLocation: string; IconIndex: integer; ShowCmd: integer; HotKey: word; ...
unit Test_FIToolkit.Config.Defaults; { 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, FIToolki...
{******************************************} { } { vtk GridReport library } { } { Copyright (c) 2003 by vtkTools } { } {******************************************} {Con...
unit ClassFile; interface uses ClassStack, Classes, SysUtils; type TFile = class private Stack : TStack; function ReadItem( F : TFileStream ) : TStackItem; procedure ReadFromFile( FileName : string ); procedure WriteItem( F : TFileStream; Item : TStackItem ); proce...
{Draw menu} Unit Menu; Interface {program Graphic;} uses graph, crt, SUPM, Bas, Buffer, Device, Boos, Statist, Writer, Source1, Source2, MenuMod, MenuRes; type p_MainMenu = ^MainMenuObj; MainMenuObj = object private {variable for Initgraph} gh, gm : integer; {instance of classes} boo...
unit fEffectDate; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, fAutoSz, Grids, Calendar, ORDtTmCal, StdCtrls, ORDtTm, ORFn, VA508AccessibilityManager; type TfrmEffectDate = class(TfrmAutoSz) calEffective: TORDateBox; Label2: TLabel; Label3: TStaticText;...
unit Dados.Firebird; interface uses System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, FireDAC.Stan.Async, FireDAC.DApt, FireDAC.UI.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Phys, FireDAC.Phy...
unit Account_impl; {This file was generated on 5 Apr 2001 12:47:25 GMT by version 03.03.03.C1.A1 } {of the Inprise VisiBroker idl2pas CORBA IDL compiler. } {Please do not edit the contents of this file. You should instead edit and } {recompile the original IDL which was located in the file ...
unit ListBoxImpl1; interface uses Windows, ActiveX, Classes, Controls, Graphics, Menus, Forms, StdCtrls, ComServ, StdVCL, AXCtrls, DelCtrls_TLB; type TListBoxX = class(TActiveXControl, IListBoxX) private { Private declarations } FDelphiControl: TListBox; FEvents: IListBoxXEvents; procedure Cl...
(* Exemplo de consumo de uma API que espera e retorna um json. A autenticação é via token que deve ser enviado no cabeçalho da requisição. *) unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClie...
{----------------------- VGA Hardware Library ------------------------} {$A+,B-,E-,F-,G+,I-,N-,O-,P-,Q-,R-,S-,T-,V-,X-} unit vga_hard; interface const INPUT_STATUS1 = $3da; MISC_OUTPUT = $3c2; SC_INDEX = $3c4; CRTC_INDEX = $3d4; GRAPH_INDEX = $3ce; ATTR_INDEX = $3c0; {-- Don't forget clear flipflop & ...
{ Copyright (C) 1998-2018, written by Mike Shkolnik, Scalabium Software E-Mail: mshkolnik@scalabium.com mshkolnik@yahoo.com WEB: http://www.scalabium.com TSMBevel component is extension of the standart TBevel and have additional features: - except standart styles (mbsLowered, mbsRaised) I...
{*******************************************************} { } { Delphi DBX Framework } { } { Copyright(c) 1995-2011 Embarcadero Technologies, Inc. } { ...
{*******************************************************} { } { Delphi Visual Component Library } { } { Copyright(c) 1995-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit Players; interface uses Windows, Classes, IdContext, ExtCtrls, Contnrs; type TPlayerInfo = class Shape: TShape; Location: TPointFloat; NetContext: TIdContext; Angle: Double; constructor Create(Pattern: TShape); destructor Destroy; override; procedure Move(delta: Singl...
{***********************************<_INFO>************************************} { <Проект> Компоненты медиа-преобразования } { } { <Область> Мультимедиа ...
{------------------------------------------------------------} { prOpc Toolkit } { Copyright (c) 2000, 2001 Production Robots Engineering Ltd } { mailto: prOpcKit@prel.co.uk } { http://www.prel.co.uk } {----...
unit oCoverSheetParam_CPRS; { ================================================================================ * * Application: CPRS - CoverSheet * Developer: doma.user@domain.ext * Site: Salt Lake City ISC * Date: 2015-12-04 * * Description: Inherited...
unit QlpQRCodeGenLibTypes; {$I ..\Include\QRCodeGenLib.inc} interface uses {$IF DEFINED(VCL)} Vcl.Graphics, {$ELSEIF DEFINED(FMX)} FMX.Graphics, UIConsts, UITypes, {$ELSEIF DEFINED(LCL)} Graphics, Interfaces, // Added so that the LCL will Initialize the WidgetSet {$ELSEIF DEFINED(FCL)} FPWriteBMP, // w...
(*===========================================================================*) (* TWinRoller *) (*---------------------------------------------------------------------------*) (* *) ...
{*********************************************************************** Unit gfx_EffectEx.PAS v1.2 0801 (c) by Andreas Moser, amoser@amoser.de, Delphi version : Delphi 4 gfx_EffectEx is part of the gfx_library collection You may use this sourcecode for your freewareproducts. You may mod...
unit Getter.CodesignVerifier.Publisher; interface uses Windows, OS.Codesign; type TCodesignPublisherVerifier = class private FileHandle: THandle; ExpectedPublisher: String; PathToVerify: String; Certificate: PWinCertificate; function OpenFileHandleAndReturnResult: Boolean; function Ve...
{*******************************************************} { } { CodeGear Delphi Runtime Library } { Copyright(c) 2014-2018 Embarcadero Technologies, Inc. } { All rights reserved } { ...
library yeehaalib; {$mode objfpc}{$H+} {$packrecords c} uses cthreads, SysUtils, Strings, ctypes, fpjson, fgl, Yeehaa; type TBulbData = record IP : PChar; Model : PChar; PoweredOn : cbool; BrightnessPercentage: cuint8; RGB ...
program Sample; procedure Change(A : Integer; var B : Integer); begin A := 13; B := B + 1 end; var A,B : Integer; begin A := 3; B := 4; Change(A,B); WriteLn('A = ',A,' B = ',B) end.
unit Vigilante.Build.View; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.StdCtrls, Vcl.DBCtrls, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids, Vigilante.View.Component.SituacaoBuild, Vigilante.Contro...
PROGRAM Morse; TYPE TreeNodePtr = ^TreeNode; TreeNode = RECORD left, right: TreeNodePtr; ch : CHAR; code: STRING; END; Tree = TreeNodePtr; PROCEDURE InitTree(VAR t: Tree); BEGIN t := NIL; END; PROCEDURE DisposeTree(t: Tree); BEGIN IF t = NIL THEN ELSE BEGIN ...
{$mode objfpc} {$m+} program Queue; const MAX_SIZE = 5; type ArrayQueue = class private arr : array[0..MAX_SIZE] of integer; first : 0..MAX_SIZE; last : 0..MAX_SIZE; count : 0..MAX_SIZE; public constructor create(); procedure push(i : integer); function pop() : integer; end; Nod...
unit ClassPack; interface uses ClassTree; type TPack = class private FTree : TTree; procedure AddWordToTree( Word : string; Tree : TTree ); function ReadWord( var F : TextFile ) : string; procedure CreateTree( Src : string ); procedure PackTreeToFile( var F : ...
{覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧- 15-APR-2003 Gerard Vanderveken Ghia bvba - Added stateimages and data loaded from the database. Usage: * property StateImgIdxField = datbase (integer) field with selection for imagelist from property StateImages. * property DBDataFieldNames holds list of database...
unit MainFrm; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls, FMX.DateTimeCtrls, FMX.Controls.Presentation, FMX.Edit, FMX.ListBox, FMX.Effects, FMX.Objects, FMX.Layouts, FMX.Colors; type ...
unit Rx.Observable.Map; interface uses Rx, Rx.Subjects, Rx.Implementations, SyncObjs, Generics.Collections; type TMap<X, Y> = class(TObservableImpl<X>, IObservable<Y>) strict private FRoutine: Rx.TMap<X, Y>; FRoutineStatic: Rx.TMapStatic<X, Y>; FDest: TPublishSubject<Y>; procedure OnD...
{ @html(<b>) HTTP Client Connection @html(</b>) - Copyright (c) Danijel Tkalcec @html(<br><br>) Introducing the @html(<b>) @Link(TRtcHttpClient) @html(</b>) component: @html(<br>) Client connection component for TCP/IP communication using HTTP requests. } unit rtcHttpCli; {$INCLUDE rtcDefs.inc} inter...
{*******************************************************} { } { Delphi FireDAC Framework } { } { Copyright(c) 2004-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit IWCompLabel; {PUBDIST} interface uses {$IFDEF Linux}QGraphics, {$ELSE}Graphics, {$ENDIF} {$IFDEF Linux}QControls, {$ELSE}Controls, {$ENDIF} Classes, IWControl, IWHTMLTag; type TIWCustomLabel = class(TIWControl) protected FRawText: Boolean; // procedure SetAutoSize(Value: Boolean); override; ...
{ *************************************************************************** } { } { Kylix and Delphi Cross-Platform Visual Component Library } { } ...
unit SpriteAnimate; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, StdCtrls, ExtCtrls, Dialogs, SpriteTimer, SpriteDevelop; type TSpriteAnimate = class(TGraphicControl) private //FDevelopControl : TSpriteDevelop; //FLayer: integer;...
{$R-} {$Q-} unit ncEncTea; // To disable as much of RTTI as possible (Delphi 2009/2010), // Note: There is a bug if $RTTI is used before the "unit <unitname>;" section of a unit, hence the position {$IF CompilerVersion >= 21.0} {$WEAKLINKRTTI ON} {$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])} {$ENDIF}...
{*******************************************************} { } { Borland Delphi Visual Component Library } { Dataset Designer Define Field Dialog } { } { Copyright (c) 1997-2001 Bo...
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, System.Generics.Collections, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.CheckLst, Vcl.Mask, Vcl.Menus, Vcl.ExtCtrls, Vcl.ComCtrls, JvExControls, JvExMask, JvToolE...
Unit Types; {DS: This unit contains all of the data Types, key constants, etc for all applications } INTERFACE type (* Str255 = String[255]; anystr = string[255]; Str251 = String[251]; Str150= string[150]; Str120= string[120]; Str100= string[100]; str80 = string[80]; Str78 = Str...
unit ClassBoard; interface uses Types, ExtCtrls; type TBoard = class private FBoard : TImage; public procedure Repaint( Figures : TFigures ); constructor Create( BoardImage : TImage ); destructor Destroy; override; end; implementation uses Windows, Graphics, SysUtils; /...
unit uMAP_debug_log; interface uses windows, sysutils, math, classes, uFIFO_map, uMAP_file, u_millesecond_timer; type tMAP_debug_log = class(tstringlist) public log_name : string; log_title : string; end; tMAP_debug_string_event = procedure(list:tMAP_debug_log; num:integer; name:string; msg:string) of ob...
unit Dump; interface uses {$IFDEF FPC} LResources, {$ENDIF} {$IFNDEF LINUX} Windows, Messages, {$ENDIF} Classes, SysUtils, Db, Graphics, Controls, Forms, Dialogs, Buttons, DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, ToolWin, ComCtrls, UniDacVcl, DBAccess, Uni, UniDump, DADump, DemoFrame, UniDacDemoForm;...
unit tfSettings; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls, ExtCtrls, EditBtn, JvTFUtils, JvTFDays; type TGlobalSettings = record StartToday: Boolean; StartDate: TDate; Hr2400: Boolean; // 24 hour or 12 hour AM/PM ...
unit uStrings; interface const intFileIconIndex = 1; strLocDefLang = 'En'; CrLf = sLineBreak; strDefaultExt = '.xml'; strCryptedExt = '.opwd'; strRootNode = 'Root'; strHeaderNode = 'Header'; strDataNode = 'Data'; strFolderNode = 'Folder'; strItemNode = 'Item'; strDefItemNode ...
unit Points; interface uses SysUtils, Classes; type TPoint = class X : Real; Y : Real; Name : String; constructor Create(x, y: Real; name : String); overload; constructor Create(x, y: Real); overload; function ToString() : String; end; function ComparePoints(item1, item2 : Pointer...
unit osDispatchFrm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, osFrm, ImgList, ActnList, osActionList, ComCtrls, ToolWin, Buttons, ExtCtrls; type TosDispatchForm = class(TosForm) MainControlBar: TControlBar; ControlBarPanel: TPanel; ...
{***************************************************************} { } { Borland Delphi Visual Component Library } { } { Copyright (c) 2000-2001 Borland Software Corporation...
unit Options; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TOptionsForm = class(TForm) Button1: TButton; Button2: TButton; cbInputDevices: TComboBox; Label1: TLabel; cbOutputDevices: TComboBox; Label2: T...
unit UFSearchUser; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UFSearchBase, Data.DB, Vcl.Grids, Vcl.DBGrids, Vcl.StdCtrls, Vcl.Imaging.pngimage, Vcl.ExtCtrls, FireDAC.Stan.Intf, FireDAC.Stan.Option, Fire...
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Data.Win.ADODB, Vcl.StdCtrls, System.ImageList, Vcl.ImgList, Vcl.ButtonGroup, Vcl.ToolWin, Vcl.ActnMan, Vcl.ActnCtrls, System.Acti...
{ Copyright (C) 1998-2018, written by Mike Shkolnik, Scalabium Software E-Mail: mshkolnik@scalabium.com mshkolnik@yahoo.com WEB: http://www.scalabium.com In this unit I described the visual dialog for TDBGrid's Columns property tuning. } unit SMDBGSet; interface {$I SMVersion.inc} u...
{ Double Commander ------------------------------------------------------------------------- Drag&drop options page Copyright (C) 2006-2016 Alexander Koblov (alexx2000@mail.ru) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public L...
unit IdTrivialFTP; interface uses Classes, IdAssignedNumbers, IdTrivialFTPBase, IdUDPClient; const GTransferMode = tfOctet; GFRequestedBlockSize = 1500; GReceiveTimeout = 4000; type TIdTrivialFTP = class(TIdUDPClient) protected FMode: TIdTFTPMode; FRequestedBlockSize: Integer; FPeerPor...
{ AD.A.P.T. Library Copyright (C) 2014-2018, Simon J Stuart, All Rights Reserved Original Source Location: https://github.com/LaKraven/ADAPT Subject to original License: https://github.com/LaKraven/ADAPT/blob/master/LICENSE.md } unit ADAPT.Math.Common.Intf; {$I ADAPT.inc} interface uses {$IF...
{*******************************************************} { } { Delphi REST Client Framework } { } { Copyright(c) 2014-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit uxPLHalConnexion; {$mode objfpc}{$H+} interface uses Classes, SysUtils, IdTelnet, u_xPL_Address; type TxPLHalConfigured = procedure of object; { TxPLHalConnexion } TxPLHalConnexion = class(TIdTelnet) protected bWaitingAnswer : integer; sLastQuestion : string; ...
// // Created by the DataSnap proxy generator. // 2015-01-30 ¿ÀÀü 2:37:41 // unit UClient; interface uses System.JSON, Data.DBXCommon, Data.DBXClient, Data.DBXDataSnap, Data.DBXJSON, Datasnap.DSProxy, System.Classes, System.SysUtils, Data.DB, Data.SqlExpr, Data.DBXDBReaders, Data.DBXCDSReaders, Data.DBXJSONReflect; ...
{*******************************************************} { } { Delphi LiveBindings Framework } { } { Copyright(c) 2012-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit uDAO.Pessoa; interface uses System.SysUtils, System.Classes, FireDAC.Comp.Client, Data.DB, uDAO.Interfaces, uDB, uModel.Interfaces, uDAO.PessoaContato; type TPessoaDAO = class(TInterfacedObject, iPessoaDAO) private FQry: TFDQuery; function IsExist(pId: Integer): Boolean; procedure Bind(pData...
{*******************************************************} { } { Delphi DataSnap Framework } { } { Copyright(c) 1995-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit UserController; interface uses System.SysUtils, System.Classes, superobject, View, BaseController; type TUserController = class(TBaseController) public procedure Index; procedure getData; procedure Add; procedure Edit; procedure Del; procedure Save; end; implementation uses U...
unit uOptions; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls, ORFn; type TSurrogate = class private FIEN: Int64; FName: string; FStart: TFMDateTime; FStop: TFMDateTime; public property IEN: ...
unit cPagamentoComCheque; interface uses cPagamento; type PagamentoComCheque = class (Pagamento) protected numCheq : integer; contaCheq : integer; agenciaCheq : integer; bancoCheq : string; public Constructor Create(codPag : integer; valPag : real; ...
{ Copyright (C) 1998-2018, written by Shkolnik Mike, Scalabium Software E-Mail: mshkolnik@scalabium.com mshkolnik@yahoo.com WEB: http://www.scalabium.com CAPTCHA component with several properties to customize (kind, set of characters, length, font, background etc) } unit smcaptcha; interfac...
{$i deltics.inc} unit Test.WeakInterfaceReference; interface uses Deltics.Smoketest; type TWeakInterfaceReferenceTests = class(TTest) private fOnDestroyCallCount: Integer; procedure OnDestroyCallCounter(aSender: TObject); published procedure SetupMethod; procedure Re...
{*******************************************************} { } { FMX UI 中国农历数据单元 } { } { 版权所有 (C) 2017 YangYxd } { ...
{**********************************************************************} {* Иллюстрация к книге "OpenGL в проектах Delphi" *} {* Краснов М.В. softgl@chat.ru *} {**********************************************************************} unit Unit1; interface use...
{*****************************************************************************} { } { XML Data Binding } { }...
unit FileController; // Controls saving, loading, deleting files interface uses Main, Add, IOUtils, SysUtils, ClientModuleUnit, Data.FireDACJSONReflect, NetworkState, UITypes; var AddFilename: string; EditFilename: string; DeleteFilename: string; // If AVW folder doesn't exist, create it // Should be cal...
unit TinyDBReg; {$I TinyDB.inc} interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, Dialogs, TinyDB; procedure Register; {$R TinyDB.dcr} implementation uses {$IFDEF COMPILER_6_UP} DesignIntf, DesignEditors; {$ELSE} DsgnIntf; {$ENDIF} type { Property Editor } TTinyStringsProperty ...
unit PlayerGPX; {$mode objfpc}{$H+} interface uses Classes, SysUtils, PlayerThreads, sqldb; type { TPlayerGPX } TPlayerGPX = class private FTripId: Integer; FFile: TextFile; FLines: TStringList; FThread: TPlayerThreadManager; FFileName: String; Query: TSQLQuery; procedure AddGpx...
unit uLoadcellPressStatus; interface type TLoadcellPressStatus = class private FFirstOnTime : TDateTime; FPreviousOnTime : TDateTime; FCurrentOnTime : TDateTime; FFirstWeight : double; FCurrentWeight : double; FSumWeight : double; FPressOnCount : integer; FWeightCount : integer; ...
program simplify; //Example program to simplify meshes // https://github.com/neurolabusc/Fast-Quadric-Mesh-Simplification-Pascal- //To compile // fpc -O3 -XX -Xs simplify.pas //On OSX to explicitly compile as 64-bit // ppcx64 -O3 -XX -Xs simplify.pas //With Delphi // >C:\PROGRA~2\BORLAND\DELPHI7\BIN\dcc32 -CC -B simp...
{*******************************************************} { } { Borland Delphi Visual Component Library } { } { Copyright (c) 2000-2001 Borland Software Corporation } { ...