text
stringlengths
14
6.51M
unit MainView; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Security.User, Security.Matrix, Security.Permission, Security.ChangePassword, Security.Login, Security.Manage ; ...
unit untSupplierManager; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, RzPanel, GridsEh, DBGridEh, Menus, ActnList, ImgList, RzButton, StdCtrls, RzLabel, Mask, RzEdit, RzDBEdit, DB, DBGridEhGrouping, RzCmboBx, RzDBCmbo; type TfrmSupplierManage...
{*******************************************************} { } { CodeGear Delphi Runtime Library } { Copyright(c) 2014-2019 Embarcadero Technologies, Inc. } { All rights reserved } { ...
unit ClassGame; interface uses ClassPlayer, ClassHuman, ClassComputer, ClassLetters, ClassBoard, ClassLetterBoard, ClassScoreBoard, ClassWords, ExtCtrls, Controls, Forms, StdCtrls; type TGameType = ( gtDontKnow, gtHvsH, gtHvsC, gtCvsH, gtCvsC ); TGame = class private FPlayer1 : TPlay...
unit AES_Type; (************************************************************************* DESCRIPTION : AES type definitions REQUIREMENTS : TP5-7, D1-D7/D9-D10/D12, FPC, VP EXTERNAL DATA : --- MEMORY USAGE : --- DISPLAY MODE : --- REFERENCES : --- Version Date...
unit ModelliView; interface uses SysUtils, Generics.Collections, Aurelius.Mapping.Attributes, Aurelius.Types.Blob, Aurelius.Types.DynamicProperties, Aurelius.Types.Nullable, Aurelius.Types.Proxy, Aurelius.Criteria.Dictionary, Modelli; type [Entity] [Table('QCODICIRAD')] [Id('FPKCODICIRAD', TIdGenerator.No...
unit Winapi.WinError; {$MINENUMSIZE 4} interface const ERROR_SUCCESS = 0; ERROR_ACCESS_DENIED = 5; ERROR_BAD_LENGTH = 24; ERROR_INVALID_PARAMETER = 87; ERROR_CALL_NOT_IMPLEMENTED = 120; ERROR_INSUFFICIENT_BUFFER = 122; ERROR_ALREADY_EXISTS = 183; ERROR_MORE_DATA = 234; WAIT_TIMEOUT = 258; ERROR_M...
unit frm_plugin_viewer; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls, StdCtrls, u_xml_xplplugin, v_class_combo, v_msgbody_stringgrid, MStringGrid, MEdit, u_xpl_body; type { TfrmPluginViewer } TfrmPluginV...
program var3zad1; uses SysUtils; type Ychenik=record FIO : string[40]; God_roj : integer; Month_roj : string[10]; Day_roj : integer; Klass : integer; Predmet : string[20]; end; YchenikDataBase = file of Ychenik; procedure CreateDataBase(filename:string); var dataFile: YchenikDataBase; ...
unit Archive; interface uses Classes, SysUtils, Windows; type TStoragePoint = array of TPoint; TArchive = class(TObject) private FStoring: Boolean; FHandle: LongInt; FError: Integer; FPoint: TStoragePoint; FPosition: LongInt; function GetError: Boolean; procedure Se...
unit VMProtectSDK; interface {$IF NOT DECLARED(PAnsiChar)} type PAnsiChar = PUTF8Char; {$IFEND} // protection procedure VMProtectBegin(MarkerName: PAnsiChar); {$IFDEF MSWINDOWS} stdcall {$ELSE} cdecl {$ENDIF}; procedure VMProtectBeginVirtualization(MarkerName: PAnsiChar); {$IFDEF MSWINDOWS} stdcall ...
unit untEasyDesignerGridReg; {$I cxGridVer.inc} interface uses Types, DesignIntf, DesignEditors, VCLEditors, cxGridImportDialog, TypInfo, Classes, SysUtils, Controls, Graphics, ExtCtrls, {$IFNDEF NONDB} DB, cxDBData, cxGridDBDataDefinitions, cxGridDBTableView, cxGridDBBandedTableView, cxGr...
unit internetaccess_inflater_paszlib; {$mode objfpc}{$H+} interface uses Classes, SysUtils, internetaccess, ZBase, ZStream, ZInflate, bbutils; type PTransferBlockWriteEvent = ^TTransferBlockWriteEvent; TTransferContentInflaterZlib = class(TTransferContentInflater) stream: z_stream; buffer: pointer; headerRe...
program Main; var x, y : integer; procedure PlusXAndY(); begin x := x + 1; y := y + 1; end; begin { Main } writeln('enter an integer') x := readint(); y := 2; writeln('x+y',x+y) end. { Main }
unit GMGenerics; interface uses Generics.Collections, SysUtils; type // Почему-то есть списки и массивы дженериков, но нет коллекций. // Исправим досадное недоразумение TGMCollection<T: class, constructor> = class(TList<T>) protected procedure Notify(const Value: T; Action: TCollectionNotification); over...
Unit UnAtualizacao; interface Uses Classes, DbTables,SysUtils; Type TAtualiza = Class Private Aux : TQuery; DataBase : TDataBase; procedure AtualizaSenha( Senha : string ); procedure AlteraVersoesSistemas; public function AtualizaTabela(VpaNumAtualizacao : Intege...
unit sFormatsettingsForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel, ComCtrls, StdCtrls, Spin, ExtCtrls, Buttons, sCtrls; type { TFormatSettingsForm } TFormatSettingsForm = class(TForm) Bevel1: TBevel; Bevel2: TBevel;...
unit frmUserNew; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.StdCtrls, uUserInfo; type TfUserNew = class(TForm) pgc1: TPageControl; ts1: TTabSheet; lbl1: TLabel; ...
{ Version 12 Copyright (c) 1995-2008 by L. David Baldwin, Copyright (c) 2008-2010 by HtmlViewer Team Copyright (c) 2011-2012 by Bernd Gabriel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with...
// Ported CrystalDiskInfo (The MIT License, http://crystalmark.info) unit SMARTSupport.Seagate.NotSSD; interface uses BufferInterpreter, Device.SMART.List, SMARTSupport, Support; type TSeagateNotSSDSMARTSupport = class(TSMARTSupport) public function IsThisStorageMine( const IdentifyDevice: TIdentifyD...
unit iaExample.CDE.ParallelTask; interface uses System.Classes, System.SyncObjs; type TExampleParallelTask = class(TThread) private fCDE:TCountdownEvent; protected procedure Execute(); override; procedure DoSomeWork(); public constructor Create(const pCDE:TCountdownEvent);...
unit Security4D.UnitTest.Authenticator; interface uses System.SysUtils, Security4D, Security4D.Impl, Security4D.UnitTest.Credential; type TAuthenticator = class(TSecurityProvider, IAuthenticator) private fAuthenticated: Boolean; fAuthenticatedUser: IUser; protected function GetAuthenticate...
unit adot.Win.HookClassMethods; // AH: Simple API to hook some method calls of some classes. // Based on the code from SQLite3i18n.pas (Synopse SQLite3 database framework). // According to this unit, "hook logic was inspired from GetText()". // So initially it is based on GetText library. interface uses Windows, ...
unit UntAguarde; interface uses System.UITypes, System.SysUtils, FMX.Types, FMX.Controls, FMX.StdCtrls, FMX.Objects, FMX.Forms, FMX.Effects, FMX.Layouts, FMX.Edit, FMX.Graphics, FMX.Dialogs; type TAguarde = class private class var FAguarde : TRectangle;...
unit Vigilante.Infra.Build.JSONDataAdapter.Impl; interface uses System.JSON, Vigilante.Infra.Build.JSONDataAdapter, Vigilante.Aplicacao.SituacaoBuild, Module.ValueObject.URL; type TBuildJSONDataAdapter = class(TInterfacedObject, IBuildJSONDataAdapter) private FJSON: TJSONObject; FSituacaoBuild: TSitu...
unit eSocial.Classes.Events; interface type TEventsSplitViewChangeEvent = class private FOpened: Boolean; procedure SetOpened(const Value: Boolean); public property Opened : Boolean read FOpened write SetOpened; end; implementation { TEventsSplitViewChangeEvent } procedure TEve...
{ *************************************************************************** } { } { Delphi and Kylix Cross-Platform Visual Component Library } { Internet Application Runtime } ...
unit NsLibSSH2Const; { version 1.0 } interface uses Windows, libssh2_sftp, SysUtils; const AUTH_NONE = 0; AUTH_PASSWORD = 1; AUTH_PUBLICKEY = 2; // Default values DEFAULT_EMPTY_STR = ''; DEFAULT_SSH_PORT = 22; DEFAULT_LOCAL_HOST = '127.0.0.1'; DEFAULT_REMOTE_HOST = '192.168.1.1'; DEFAULT_LOCA...
unit Contatos2.entidade.contatos; interface Type Tcontatos = class Private Fid : integer; Fnome : string; Ftelefone : string; Fcelular : string; Femail : string; procedure SetCelular(const Value: string); procedure SetEmail(const Value: string); procedure Setid...
unit CBROrderPaytPresenter; interface uses CustomPresenter, db, EntityServiceIntf, CoreClasses, CBRConst, sysutils, UIClasses; const ENT = 'CBR_ORD_DESK'; COMMAND_ORDER_CLOSE = '{D51BCA3E-FFF8-46A9-99B3-7F08456C3A2A}'; COMMAND_PRECHECK = '{DD4685CD-482C-4E37-A60E-49DB8A756AC2}'; COMMAND_PAYT_CHANGED = '{640...
unit SimulatorMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, IniFiles, AppConfigFile, ProgramLogFile, GMGlobals, ConnParamsStorage, ActiveX, GmSqlQuery, CheckConnStr, Vcl.StdCtrls, Vcl.ExtCtrls, Generics...
unit Unit2; interface Uses Classes, Graphics, ExtCtrls; type TPole = Array[1..10000] of integer; PPole = ^TPole; TSort = class(TThread) private PaintBox : TPaintBox; Pole, Pole2 : TPole; PocetPrvkov : Word; Co, SCim : Word; Farba : TColor; procedure UkazVymen...
unit TextEditFormUn; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, osFrm, Menus, StdActns, ImgList, ActnList, osActionList, ComCtrls, ToolWin, ExtCtrls, StdCtrls, Buttons; type TTextEditForm = class(TosForm) EditCut: TEditCut; EditCopy:...
unit PlayerExporters; {$mode objfpc}{$H+} interface uses Classes, SysUtils, SqlDB, fpjson, PlayerThreads; type { TPlayerExporter } TPlayerProcessEvent = procedure(Sender: TObject; const AProcessedCount: Integer) of object; TPlayerExporter = class private FCount: Integer; FExported, ...
{**********************************************} { TeeChart and TeeTree TCanvas3D component } { Copyright (c) 1999-2004 by David Berneda } { All Rights Reserved } {**********************************************} unit TeCanvas; {$I TeeDefs.inc} interface {$DEFINE TEEWINDOWS} {$DEFINE T...
unit BrickCamp.Model.IProduct; interface uses Spring; type IProduct = interface(IInterface) ['{C2DA14B4-A905-4665-85AE-5BE3A25B5C42}'] function GetId: Integer; function GetName: string; function GetDescription: string; function GetPrice: Extended; procedure SetName(const Value: string); ...
unit SQLQuery; interface type TSQLQueries = class(TObject) private FReadingIndex: Integer; FWritingIndex: Integer; FActualCount: Integer; FModified: Boolean; FSQLQueriesArray: array of string; procedure ReadQueries; procedure SaveQueries; procedure ReadSettings; procedure SaveS...
unit BrickCamp.Repositories.TQuestion; interface uses System.JSON, Spring.Container.Injection, Spring.Container.Common, BrickCamp.IDB, BrickCamp.Model.TQuestion, BrickCamp.Repositories.IQuestion; type TQuestionRepository = class(TInterfacedObject, IQuestionRepository) protected [Inject] FDb: IBrick...
program linearListObj; const maxlen=100; type mylist = object private data : array[1..maxlen] of char; last : 0..maxlen; public constructor init(l: integer); function length() : integer; procedure printlist(); procedure insert(x:char;p:integer); function locat...
{ ****************************************************************************** } { * FFMPEG video Writer by qq600585 * } { * https://zpascal.net * } { * https://github.com/PassByYou888/zAI ...
unit UL.Classes; interface uses System.Classes, VCL.Controls; type TUExtAlign = ( ualNone, ualTop, ualLeft, ualRight, ualBottom, ualTopCenter, ualLeftCenter, ualRightCenter, ualBottomCenter, ualCenter, ualClient); TULayout = class(TPersistent) private FAAlign: TAlign; FAWidth: In...
unit NtUtils.Processes.Snapshots; interface uses Ntapi.ntexapi, NtUtils.Exceptions, DelphiUtils.Arrays; type TSystemThreadInformation = Ntapi.ntexapi.TSystemThreadInformation; TProcessEntry = record ImageName: String; Process: TSystemProcessInformationFixed; Threads: TArray<TSystemThreadInformatio...
{*******************************************************} { } { Landerson Gomes } { } {* Class Helper para Classes TDataSet *} { ...
unit TestFindReplace; {(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is TestFindReplace, released Sept 2003. The Initial Developer of the Original Code is Anthony Steele. Portions created by Anthony Steele are Copyri...
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, //GLS GLCrossPlatform, GLBaseClasses, GLScene, GLVectorGeometry, GLWin32Viewer, GLParticles, GLCadencer, GLObjects...
(* RLE: MM, 2020-04-06 *) (* ------ *) (* Program to encode or decode txt Files *) (* ========================================================================= *) ...
{*******************************************************} { } { CodeGear Delphi Runtime Library } { } { Copyright(c) 2010-2018 Embarcadero Technologies, Inc. } { All rights rese...
// ************************************************************************************************** // Delphi Aio Library. // Unit Aio // https://github.com/Purik/AIO // The contents of this file are subject to the Apache License 2.0 (the "License"); // you may not use this file except in compliance with the L...
{$A+,B-,D+,E-,F-,G+,I+,L+,N+,O-,P-,Q-,R-,S-,T-,V+,X+,Y+} {$M 1024,0,0} { by Behdad Esfahbod Algorithmic Problems Book August '1999 Problem 13 O(N2) Dfs Algorithm } program ConnectedComponents; const MaxN = 100; var N : Integer; A : array [1 .. MaxN, 1 .. MaxN] of Integer; M : array [1 .. MaxN] of Boolean; ...
/// <summary> /// TStreamOp is based on TStreamOp form PascalCoin Core by Alfred Molina /// </summary> unit PascalCoin.StreamOp; interface uses PascalCoin.Wallet.Interfaces, PascalCoin.Utils.Interfaces, System.Classes, System.SysUtils; type TStreamOp = Class(TInterfacedObject, IStreamOp) public function R...
{ Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. } function CPackGetCustomInstallationMessage(Param: String): String; begin Result := SetupMessage(msgCustomInstallation); end; { Downloaded components } #ifdef CPackDownloadCou...
unit BaseTestProcess; {(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is BaseTestProcess, released May 2003. The Initial Developer of the Original Code is Anthony Steele. Portions created by Anthony Steele are Copyrig...
unit untEasyWorkFlowDiagramShadow; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Variants, Dialogs, ExtCtrls, StdCtrls, ComCtrls, atDiagram; type TfrmEasyWorkFlowDiagramShadow = class(TForm) UpDown1: TUpDown; UpDown2: TUpDown; PaintBox1: TPaintBox; ...
{***********************************<_INFO>************************************} { <Проект> Медиа-сервер } { } { <Область> 16:Медиа-контроль ...
unit CAM_Base; (************************************************************************* DESCRIPTION : Camellia Encryption basic routines REQUIREMENTS : TP5-7, D1-D7/D9-D12/D17-D18/D25S, FPC, VP, WDOSX EXTERNAL DATA : --- MEMORY USAGE : about 4.5 KB static data DISPLAY MODE : --- R...
// Full Unit code. // ----------------------------------------------------------- // You must store this code in a unit called Unit1 with a form // called Form1 that has an OnCreate event called FormCreate. unit Unit1; interface uses Printers, // Unit containing the Printer command SysUtils, Graphics...
unit IdWhoIsServer; interface uses Classes, IdGlobal, IdTCPServer; type TGetEvent = procedure(AThread: TIdPeerThread; ALookup: string) of object; TIdWhoIsServer = class(TIdTCPserver) protected FOnCommandLookup: TGetEvent; function DoExecute(AThread: TIdPeerThread): boolean; override; public ...
unit Test02.DaylightTimeZone; interface uses DUnitX.TestFramework; {$M+} type [TestFixture] Test02DaylightTimeZone = class(TObject) published [Test] procedure CheckWebSiteStructure_TimeAndDate; [Test] [TestCase(' - USA Atlanta - 2021', 'usa/atlanta,2021,true')] [TestCase(' - India Bang...
// ************************************************************************************************** // Delphi Aio Library. // Unit GarbageCollector // https://github.com/Purik/AIO // The contents of this file are subject to the Apache License 2.0 (the "License"); // you may not use this file except in complian...
(************************************************************************* Cephes Math Library Release 2.8: June, 2000 Copyright by Stephen L. Moshier Contributors: * Sergey Bochkanov (ALGLIB project). Translation from C to pseudocode. See subroutines comments for additional copyrights. >>> SOUR...
{ *********************************************************************** } { } { Delphi Runtime Library } { } { Copyright (c) ...
unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, Menus, StdCtrls; const crMaletUp : integer = 5; crMaletDown : integer = 6; MissedPoints : integer = -2; HitPoints : integer = 5; MissedCritter : integer = -1; CritterSize : integer = 72; ...
unit oCoverSheet; { ================================================================================ * * Application: CPRS - Coversheet controller object * Developer: doma.user@domain.ext * Site: Salt Lake City ISC * Date: 2015-12-04 * * Description: Pr...
{**********************************************************************} {* Иллюстрация к книге "OpenGL в проектах Delphi" *} {* Краснов М.В. softgl@chat.ru *} {**********************************************************************} unit frmMain; interface us...
unit MetroBase; //# BEGIN TODO Completed by: author name, id.nr., date { E.I.R. van Delden, 0618959, 09-05-08} //# END TODO interface uses Contnrs, IniFiles, StringValidators; //============================================================================== // Station // A station has: // - a cod...
unit ACBrLibNFeTestCase; {$mode objfpc}{$H+} interface uses Classes, SysUtils, fpcunit, testutils, testregistry; type { TTestACBrNFeLib } TTestACBrNFeLib = class(TTestCase) published procedure Test_NFE_Inicializar_Com_DiretorioInvalido; procedure Test_NFE_Inicializar; procedure Test_NFE_Inicia...
program test14; (* Test procedure *) var a, b, c, min, rand: real; var test: boolean; procedure findMin(x, y, z: real; var m, r: real; var n: boolean); (* Finds the minimum of the 3 values *) begin if x < y then m:= x else m:= y; if z < m then m := z; n := true; r := 2020; end; begin a :...
{**********************************************************************} {* Иллюстрация к книге "OpenGL в проектах Delphi" *} {* Краснов М.В. softgl@chat.ru *} {**********************************************************************} unit Unit1; interface use...
unit LauncherSettings; interface const LauncherVersion: Byte = 0; // Defina a versão do seu Launchar (só números!!!!) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {$I Definitions.inc} // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - const Gl...
unit Test_UTF8Sources; { 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; type TestUTF8Sources ...
{ GMMapFMX unit ES: incluye el componente para usar el mapa de Google Maps EN: includes the component to use the Google Maps map ========================================================================= History: ver 0.1.9 ES: nuevo: documentación nuevo: se hace compatible con FireMonkey EN: new: ...
Unit uRegPgn; Interface Uses Registry, WinTypes; Const CHAVE_RAIZ = HKEY_CURRENT_USER; PathNative = 'SOFTWARE\Native'; ChaveNative = 'SOFTWARE\Native'; PathGeradorDeArquivos = PathNative + '\' + 'Gerador'; { Va...
unit UFrmEditor; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, Contnrs, AdvMemo, AdvmPS, Menus, ActnList, ExtCtrls, AdvFindDialogForm, AdvReplaceDialogForm; type TTabDescriptor = class; TFrmEditor = class(TForm) Tab: TTabControl;...
unit InfBlock; (************************************************************************ infblock.h and infblock.c -- interpret and process block types to last block Copyright (C) 1995-2002 Mark Adler Pascal translation Copyright (C) 1998 by Jacques Nomssi Nzali For conditions of distribution a...
{*******************************************************} { } { Delphi Runtime Library } { } { Copyright(c) 2016 Embarcadero Technologies, Inc. } { All rights rese...
unit xfpwmwidgets; {$mode objfpc}{$H+} interface uses Classes, SysUtils, fpg_main, fpg_base, fpg_widget,fpg_label, fpg_button, fpg_impl; type { TXfpgWMTitleBar } TXfpgWMTitleBar = class(TfpgWidget) FMenuButton: TfpgButton; FCloseButton: TfpgButton; FMinimizeButton: TfpgButton; FMaximizeResto...
unit TestIndentation; { AFS Jan 2003 Test the indentation process } {(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is TestIndentation, released January 2004. The Initial Developer of the Original Code is Anthony S...
unit DialogMultipartFormSelection; (* DialogMultipartFormSelection.pas/dfm ------------------------------------- Begin: 2005/08/15 Last revision: $Date: 2008-12-10 21:03:31 $ $Author: areeves $ Version number: $Revision: 1.9 $ Project: APHI General Purpose Delphi Libary Website: http://www.naadsm.org/opensource/delphi...
unit fFindingTemplates; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, DateUtils; type TfrmFindingTemplates = class(TForm) animSearch: TAnimate; lblFind: TLabel; Label2: TLabel; btnCancel: TButton; procedure FormShow(Se...
unit MainFormGameUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Menus, Vcl.Imaging.pngimage,ShellApi; type TArrayOfUserImages = array [0 .. 6] of TImage; TArrayOfCo...
unit UCliente; interface uses UPessoa, UCondicaoPagamento; type Cliente = class(Pessoa) protected umaCondicaoPgto : CondicaoPagamento; TipoPessoa : String[8]; public verificaNome : Boolean; verificaTel : Boolean; constructor CrieObjeto; destructor destrua...
unit fODMedOut; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, fODBase, ORCtrls, StdCtrls, ORFn, ExtCtrls, uConst, ComCtrls, uCore, Mask, Menus, Buttons, VA508AccessibilityManager; type TfrmODMedOut = class(TfrmODBase) lblMedication: TLabel; cboMedication: TO...
unit uSelectie; interface uses dxmdaset, Contnrs, uPlayer, uHTPredictor, uRatingBijdrages, Classes; type TSelectie = class private FNaam: String; FPlayers: TObjectList; FRatingBijdrages: TRatingBijdrages; FTegenStander: TObject; FNotifySelectieChanged: TNotifyEvent; FTeamGeest: double; ...
unit Vigilante.Infra.Compilacao.JSONDataAdapter; interface uses System.JSON, Vigilante.Infra.Compilacao.DataAdapter, Vigilante.Aplicacao.SituacaoBuild, Vigilante.ChangeSetItem.Model; type TCompilacaoJSONDataAdapter = class(TInterfacedObject, ICompilacaoAdapter) private FJSON: TJSONObject; FChangesSet...
unit uFuncionarioDTO; interface uses uDependenteDTO, System.Generics.Collections; type TFuncionarioDTO=class private FCPF: String; FSalario: String; FNome: String; FListaDependentes: TObjectList<TDependenteDTO>; public property Nome: String read FNome write FNome; property CPF: String re...
{ @abstract(@code(google.maps.Map) class from Google Maps API.) @author(Xavier Martinez (cadetill) <cadetill@gmail.com>) @created(Septembre 30, 2015) @lastmod(October 1, 2015) The GMMapVCL contains the implementation of TGMMap class that encapsulate the @code(google.maps.Map) class from Google Maps API and o...
{ Copyright (C) 2006 Darius Blaszijk This source is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This code is distributed ...
{ ******************************************************************************************************************* SpiderAction: Contains TSpiderAction component that used to handle request with path information Author: Motaz Abdel Azeem email: motaz@code.sd Home page: http://code.sd Lice...
unit MediaStream.Framer.Tsm; interface uses Windows,SysUtils,Classes,TsmFile,MediaProcessing.Definitions,MediaStream.Framer; type TStreamFramerTsmRandomAccess = class; TStreamFramerTsm = class (TStreamFramer) private FReader: TTsmFileReader; FRandomAccess: TStreamFramerTsmRandomAccess; FVideoFram...
unit ncCommandHandlers; // 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} i...
unit uDisplayFile; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Graphics, uFile; type TDisplayItemPtr = Pointer; {en Describes the file displayed in the file view. } { TDisplayFile } TDisplayFile = class private FFSFile: TFile; //<en reference t...
unit zkXmlCreateAndAnalyze; interface uses SysUtils, NativeXml, dlyComponent, dlySerializeXml, zkCommandsRC, zkEntities, zkEntitiesInvoice, zkConsts, zkEntitiesRevenue; {$REGION '组织请求报文:CreateSendXmlReport'} procedure Component2XmlNode_TY_KJHC(Node: TXmlNode; aObj: TcmdReqRmtComm); procedure Comp...
{******************************************} { TeeChart Pro SVG Canvas and Exporting } { SVG : Scalable Vector Graphics } { www.w3.org/Graphics/SVG } { } { Copyright (c) 2001-2004 by David Berneda } { All Rights Reserved } {****...
{*******************************************************} { } { Delphi Visual Component Library } { } { Copyright(c) 1995-2011 Embarcadero Technologies, Inc. } { ...
unit AProdutosCliente; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios, Grids, CGrades, Componentes1, ExtCtrls, PainelGradiente, StdCtrls, Buttons, UnDados, UnProdutos, Localizacao, UnClientes, Menus; type TFProdutosCliente = class(TFormularioPer...
(* AVR Basic Compiler Copyright 1997-2002 Silicon Studio Ltd. Copyright 2008 Trioflex OY http://www.trioflex.com *) unit ToolStd; // Copyright 2000 Case2000 // Generic Services for Tool Output Processing. // Must compile/link under Delphi/FPC and run in console/gui mode. interface uses Eve...
unit ClassKontrola; interface uses StdCtrls, Windows, Classes; type PZast = ^TZast; TZast = record Nazov : string; Sur : TPoint; Pasmo : byte; end; TKontrola = class private ListBox : TListBox; MemoChyby : TMemo; LabelZast, LabelLinky : TLabel; Za...
unit uDados; interface uses SysUtils, Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, Data.DB, FireDAC.Comp.DataSet, FireDAC.Comp.Client, uDWConstsData, uRESTDWPoolerDB, uDWAbout, uniGUIBaseClasses, uniGUIClasses, U...
unit Unit1; interface uses System.SysUtils, System.UITypes, System.Classes, System.Math, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, //GLScene GLScene, GLObjects, GLCadencer, GLWin32Viewer, GLTexture, GLCrossPlatform, GLMaterial, GLCoordinates, GLUtils, GLBa...
{ Copyright (C) 1998-2018, written by Mike Shkolnik, Scalabium Software E-Mail: mshkolnik@scalabium.com mshkolnik@yahoo.com WEB: http://www.scalabium.com This component allow to scroll the ToolButton's in ToolBar, if they are not fit on a screen (like Delphi Component Palette) } unit ScrlTo...