text
stringlengths
14
6.51M
unit ExternalSave; {$I ..\dsdVer.inc} interface uses dsdAction, dsdDb, Classes, Forms, DB, ExternalData, System.Win.ComObj, cxGrid, cxGridDBTableView {$IFDEF DELPHI103RIO}, Actions {$ENDIF}; type TExternalSave = class(TExternalData) public property DataSet: TDataSet read FDataSet write FDataSet; end;...
unit ServicoVerificadorSistemaEmManutencao; interface uses EventoAvisar, EventoFechar, EventoExecutarOperacao, EventoExecutandoOperacao, ManutencaoSistema, ExtCtrls; type TServicoVerificadorSistemaEmManutencao = class private FCronometroVerificador :TTimer; FCronometroContagemRegressi...
unit uJsonMaps; interface uses System.JSON, System.SysUtils, System.Classes, uGoogleMapsClass, Vcl.Dialogs, Generics.Collections; type TJsonMaps = class private FJson : TJSONObject; FStringList : TStringList; FDirectionsRoute: TDirectionsRoute; procedure MapearJSONArray(pJSONArray: TJSO...
unit messages; interface uses crt, SysUtils, users; const PATH_ = 'data/messages/' ; type messagesList = ^simpleMList ; messageFields = record date : String ; viewed : Boolean ; text : String ; sender : String [ 8 ] end ; simpleMList = record date : TDateTime ...
unit rGrids; interface uses Types, Grids; type TGetTextEvent = procedure (Sender: TObject; ACol, ARow: Longint; var Value: string) of object; TSetTextEvent = procedure (Sender: TObject; ACol, ARow: Longint; const Value: string) of object; TrOwnerDrawGrid = class (TDrawGrid) private FUpdating: Boolean;...
{************************************************ Windows API function not (yet) in the windows.pas ************************************************} unit Alcinoe.WinApi.Common; interface {$MINENUMSIZE 4} // https://stackoverflow.com/questions/48953749/why-this-c-to-pascal-conversion-crash uses Winapi.Wi...
unit tm_interpreter; // {$mode objfpc}{$H+} interface uses tp_tinylist; type TFuncConstants = Function(keyword: String): Double; // evaluates constants, is set externally... function tm_interpret(rpn_stack: TTinyList): Double; // these are set externally to communicate with the outer world var tm_con...
unit utestsetting; {$mode objfpc}{$H+} interface uses Classes, SysUtils, usetting, uSettingCls, uRegSetting, fpcunit, testregistry; type { TTestSetting } TTestSetting= class(TTestCase) private fSetting: ISetting; protected procedure SetUp; override; published procedure TestInstantiation; ...
unit MeasureTest; interface uses dbTest, dbObjectTest, ObjectTest; type TMeasureTest = class (TdbObjectTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TMeasure = class(TObjectTest) function InsertDefault: integer; override; public function InsertUpdat...
unit MainUnit; {$I TeeDefs.inc} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeeGDIPlus, StdCtrls, MyoComponent, {$IFDEF D16} System.Math.Vectors, {$ENDIF} TeEngine, Series, TeeProcs, Chart, ExtCtrls; type TMainForm = class(TForm) Panel1: TPanel...
unit uCadastroDepartamento; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uCadastroPadrao, StdCtrls, DB, DBClient, ImgList, Grids, DBGrids, DBGridCBN, ComCtrls, pngimage, ExtCtrls, Buttons, contNrs; type TfrmCadastroDepartamento = class(TfrmCadastroPadrao)...
unit AqDrop.Core.Helpers.TRttiTypeName; interface type TAqRttiTypeName = class class procedure AssertIsGeneric(const pTypeName: string; out pLessIndex: Int32); public class function VerifyIfIsGeneric(const pTypeName: string; out pLessIndex: Int32): Boolean; overload; class function VerifyIfIs...
Program pyramid; Uses Crt; Var J,K,N,M : Integer; {J will be our counter for each line} {K will be our counter for each character per line} {N will be out goal number of lines} {M will be used to centre everything} str1 : string; Begin Writeln('How many lines must the pyramid be: '); Readln(N); Writeln; ...
object OptionsDialog: TOptionsDialog Left = 305 Top = 141 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 482 ClientWidth = 501 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrde...
unit ZMDR001Reader; interface uses Classes, SysUtils, ComObj, CommUtils; type TZMDR001Record = packed record sNumber: string; sName: string; sCategory: string; //'物料类型描述'; sGroupName: string; //'物料组描述'; sRom: string; //'ROM'; sRam: string; //'RAM'; scap: string; sColor: ...
unit VtsCurConv; interface uses SysUtils, Classes; type EVtsCurConvException = class(Exception); TVtsCurApiKey = string; TVtsCur = string; TVtsRate = double; TVtsCurConv = class(TObject) private FSecure: boolean; FMaxAgeSeconds: integer; FConfirmWebAccess: boolean; ...
unit Model.PedidoVenda; interface uses Model, Model.Cliente, Model.Item, SysUtils, Generics.Collections; type TPedidoVenda = class(TModel) private FCliente: TCliente; FValorTotal: Double; FListItem: TObjectList<TItem>; procedure SetCliente(const Value: TCliente); procedure SetValorTotal(con...
unit View.Cliente; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, View.Template, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls, Vcl.ComCtrls, Vcl.Mask, Model.Cliente, Model, Controller.Cliente; type TClienteVie...
unit Service.Init.Charge; interface uses Base.Objects; type ICharge = interface(IFrameworkInterface) ['{2DC90A4C-6F75-40B1-9C00-BC33C38BD5F6}'] function Okay: Boolean; function GetSilenceMode: Boolean; procedure SetSilenceMode(const Value: Boolean); property SilenceMode: Boolean ...
unit uCadastro; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Data.DB, ZAbstractRODataset, ZAbstractDataset, ZDataset, ZAbstractConnection, ZConnection, RLReport, Vcl.Imaging.pngimage, Vcl.Ext...
unit FlashUpdater; interface uses RS232; type EUpdaterChannel = ( DC_RS232, //download s-record directly over rs232 connection DC_USB, //download s-record directly over usb connection DC_CAN, //download s-record directly over can-bus connection ...
unit OutlineDisplayer; interface uses Editor, Project, Outlines, Classes; type TveOutlineDisplayer = class(TveEditor) protected DisplayItem : TveBoardItem; FOutline : TveOutline; procedure SetWidth( AWidth : integer ); function GetWidth : integer; procedure SetHeight( AHeight : in...
unit SmsControllerU; interface uses MVCFramework, SmsModuleU, MVCFramework.Commons; type [MVCPath('/sms')] TSmsController = class(TMVCController) private FSmsModule: TSmsModule; protected procedure OnAfterAction(Context: TWebContext; const AActionNAme: string); override; procedure OnBefo...
{***************************************************************************} { } { DUnitX } { } { ...
unit uFornecedoresDAO; interface uses uFornecedorModel, uDMConexaoDAO,SysUtils,ZAbstractConnection, ZConnection, DB, ZAbstractRODataset,ZAbstractDataset, ZDataset,Classes,Contnrs, generics.collections; type TFornecedoresDAO = class private ListaFornecedores :TObjectList<TFornecedorModel>; p...
program DatatypeTest; {$mode objfpc}{$H+} uses Types, MUIClass.Base, MUIClass.Window, MUIClass.DrawPanel, AGraphics, MUIClass.Datatypes, Intuition; type TMyWindow = class(TMUIWindow) public procedure PaintMe(Sender: TObject; RP: PRastPort; DrawRect: TRect); procedure MouseDown(Sender: TObject; MouseBtn: T...
unit Users; interface uses Classes; const // User levels ul_God = 9; ul_Author = 8; ul_Supervisor = 7; ul_Service = 6; ul_Designer = 5; ul_Operator = 4; ul_Guest = 3; ul_NotLogged = 2; ul_NotUser = 1; ul_Failed = 0; function UserLogin ( const...
unit AlgoMgr; interface uses FrogObj, Grapher, FrogAlgo, AlgoControl, Func1D, AllCals; type TFrogAlgoMgr = class(TFrogObject) private mGrapher: TGrapher; procedure CloseWindows; procedure BeginAlgorithm(Sender: TObject); procedure StopAlgorithm(Sender: TObject); procedure QuitAlgo...
unit FNetworkTypes; interface uses Types, FUnit; const // InfoToUpdate TUNIT_STATE = 1; TUNIT_TARGET_ID = 2; TUNIT_POS = 4; TUNIT_HP = 8; TUNIT_MP = 16; TUNIT_STOP = 32; TUNIT_MOVE_ORDER = 64; TUNIT_TO_DELETE = 128; TUNIT_IN_CONSTRUCTION = 256; TUNIT_ATTACK = 512; TUNIT_R...
unit Builder.ProductParts.Engine; interface uses Builder.Interfaces.IEngine; type TEngine = class(TInterfacedObject, IEngine) private function GetPotency: string; virtual; abstract; public property Potency: string read GetPotency; class function New: IEngine; virtual; abstract; end; TSUVEngi...
unit UConAgendamento; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.DBGrids, Vcl.StdCtrls, Vcl.Mask, Vcl.DBCtrls, Vcl.ExtCtrls, Data.DB, Vcl.ComCtrls, Vcl.Buttons, frxClass, frxDBSet;...
unit uF12_lihatStatistik; //Ganti : sesuaikan dengan nama file, tapi tanpa ".pas" interface uses uP1_tipeBentukan; procedure mainStartSimulasi(ID : integer; var dataBahanMentah : tabelBahanMentah; var dataBahanOlahan : tabelBahanOlahan; var dataResep : tabelResep; var dataSimu...
unit SystemAuthentificationFormViewModel; interface uses SysUtils, Classes; type TSystemAuthentificationFormViewModel = class; TOnSystemAuthentificationFormViewModelUpdatedEventHandler = procedure ( ViewModel: TSystemAuthentificationFormViewModel ) of object; TSystemAuthentificationFormVi...
(* 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 Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls, Menus, ActnList, ShellAPI, System.Actions; type TMissingHours = record Day : string; Hours : integer; end; TStudentInfo = record Name :...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://192.168.123.201:7788/wsdl/IDRX_WS // Version : 1.0 // (19/03/2012 14:33:31 - 1.33.2.5) // *******************...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit NetAPIDef; interface uses Windows, Dialogs, Sysutils; type TShareInfo50 = packed record shi50_netname : array [0..12] of Char; shi50_type : Byte; shi50_flags : Word; shi50_remark : PChar; shi50_path : PChar; shi50_rw_password : array [0..8] of Char; shi50_ro_password : arra...
{----------------------------------------------------------------------------- Unit Name: DUFilePackage Author: Sebastian Hütter Date: 2006-08-01 Purpose: File packer, Index and Data file History: 2006-08-01 initial release -----------------------------------------------------------------------...
unit Retrieval; interface uses FrogObj, Func1D, SignalField, FrogTrace, Strategy, NLO; type TRetrieval = class(TFrogObject) private mK: integer; mCurrentError: double; mFrogI: TFrogTrace; mFrogIk: TFrogTrace; mEsig: TSignalField; mEk: TEField; function GErrorMinFunc(pX:...
unit RepriceMovementItemTest; interface uses dbTest, ObjectTest; type TRepriceMovementItemTest = class(TdbTest) protected published // загрузка процедура из определенной директории procedure ProcedureLoad; override; procedure Test; override; end; TRepriceMovementItem = class(TMovementItemTest...
object DlgCompute: TDlgCompute Left = 192 Top = 122 BorderStyle = bsDialog Caption = 'Compute optilmal compression' ClientHeight = 265 ClientWidth = 577 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldC...
{***************************************************************************} { } { DelphiUIAutomation } { } { ...
{***************************************************************************} { } { DUnitX } { } { ...
var message:string; begin message:='Hello World!'; writeln(message); end.
unit UFORMSplash; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, ComCtrls, Gauges; type TFORMSplash = class(TForm) IMAGClose: TImage; Panel1: TPanel; Image1: TImage; Shape1: TShape; StaticText1: TStaticTex...
(*============================================================================ -----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 ...
{ NIM/Nama : 16518332/Dhafin Rayhan Ahmad } { Tanggal : 10 April 2019 } Program palindrome; { Membaca masukan sebuah integer, masukan character sebanyak integer tersebut, kemudian menuliskannya bila ada dan memeriksa apakah palindrom atau bukan } { KAMUS UMUM } const NMax = 100; type TabChar = record Tab :...
{*******************************************************} { } { TFacturaElectronica } { } { Copyright (C) 2017 Bambu Code SA de CV } { ...
Unit ColorMapping; Interface Uses Classes; // IN these functions the following definitions apply: // Hue: 0 - 1535 // red = 0 green = 512 blue = 1024 // Saturation: 0 - 1 // grey (no color) = 0 max color = 1 // Value: 0 - 1 // black =0 max brightness = 1 Procedure RGBToHSV( C: TColor; ...
program SimThyr; { SimThyr Project } { A numerical simulator of thyrotropic feedback control } { Version 5.0.0 (Mirage) } { (c) J. W. Dietrich, 1994 - 2022 } { (c) Ludwig Maximilian University of Munich 1995 - 2002 } { (c) Ruhr University of Bochum 2005 - 2022 } { This is the main unit of SimThyr CLI } ...
unit Constants; interface const RTSession = 'RealTime'; RTServerPlayer = 'RTServer'; RTClientPlayer = 'RTClient'; //LogZones AutoCheckingZone = 'Autochequeo'; ObservationZone = 'Observacion'; TxZone = 'Trasmisores'; ElbrusZone = 'Elbrus'; LoggingZone = 'Usua...
unit downloadmanager; {$mode delphi} interface uses Classes, SysUtils, And_jni, AndroidWidget; type {Draft Component code by "Lazarus Android Module Wizard" [5/27/2016 18:17:21]} {https://github.com/jmpessoa/lazandroidmodulewizard} {jControl template} jDownloadManager = class(jControl) private public co...
unit UPhoenixSketchForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, UForms, Dialogs, StdCtrls, Grids_ts, TSGrid, ExtCtrls, UCell, MSXML6_TLB, UGlobals, UForm, UMain, UContainer, UBase; const PhoenixMessageStr = 'ClickFormsPhoenixSketchCommunication'; areasFile...
{----------------------------------------------------------------------------- Unit Name: DUAngles Author: Sebastian Hütter Date: 2006-08-01 Purpose: Manipulate angles History: 2006-08-01 initial release -----------------------------------------------------------------------------} unit DUAngles; int...
unit uMensagem; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls; type TCorMsg = (CmAprovado,CmReprovado,CmAtencao); type Tfm_Mensagem = class(TForm) ctg_Mensagem: TCategoryPanelGroup; cp_Titul...
unit uBaseReport; interface uses W3C.Console; type TBaseReport = class(TObject) published function BuildReport: string; virtual; end; TModelClass = class of TBaseReport; TModelFactory = class public class function CreateModelFromID(const AID: string): TBaseReport; class fun...
namespace com.remobjects.everwood.beta; interface uses java.util, android.app, android.content, android.os, android.util, android.view, android.webkit, android.widget, android.support.v4.app; type ChangeLogActivity = public class(Activity) {$region Constants} public cons...
unit uF12_lihatStatistik; interface uses uP1_tipeBentukan, uP3_Umum; procedure mainLihatStatistik(ID : integer; var dataSimulasi : tabelSimulasi); { Menampilkan data simulasi } implementation procedure mainLihatStatistik(ID : integer; var dataSimulasi : tabelSimulasi); { Menampilkan data simulasi } beg...
{ A unit containing TMultiArray, multidimensional array data structure with single precision and arbitrary number of dimension. } unit multiarray; {$mode objfpc} {$H+} {$modeSwitch advancedRecords} {$inline on} interface uses Classes, SysUtils, math, StrUtils, DateUtils; type TLongVector = array of longint; ...
unit TerminalCtrls; {$mode delphi} interface uses Classes, SysUtils, Controls, Graphics; { TTerminal } type TTerminal = class(TCustomControl) private FOnTerminate: TNotifyEvent; FInfo: Pointer; protected procedure Paint; override; procedure DoTerminate; virtual; public constructor Cre...
unit UDigitalSignatureUtils; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 2019 by Bradford Technologies, Inc. } { This is a utility unit used to create the public & private keys for a user as} { well th...
{ Sobre o autor: Guinther Pauli Cursos Treinamentos Consultoria Delphi Certified Professional - 3,5,6,7,2005,2006,Delphi Web,Kylix,XE Microsoft Certified Professional - MCP,MCAD,MCSD.NET,MCTS,MCPD (C#,ASP.NET, Arquitetura) Colaborador Editorial Revistas .net Magazine e ClubeDelphi MVP (Most Valuable Professional...
unit AutomatedTestMainForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Buttons, Spring, Spring.Collections, DisplayCellInterface, ClrBandInterface ; type TAutomatedTestF...
unit uFramework; interface type // Subject (classe base para conexões DataSnap) TCustomRemoteServer = class abstract procedure Connect(); virtual; abstract; end; // Real Subject TSOAPConnection = class(TCustomRemoteServer) procedure Connect(); override; end; // Real Subject T...
(* ------------------------------------------------------------------------------------ -- Fichier : phrases.pas -- Auteur : Sordel Gabin <sordelgabi@eisti.eu> -- Date de creation : Mon Dec 17 11:08:26 2018 -- -- But : But -- Remarques : Aucune -- Compilation : ...
unit DynDataStruct; interface type TDynDataStruct = record public book_id: Cardinal; chapter_list_length: Cardinal; chapter_list_offset: Cardinal; dyn_data_length: Cardinal; end; implementation end.
unit Horse.ServerStatic; interface uses System.Classes, System.SysUtils, Horse, Horse.Commons; function ServerStatic(PathRoot: String): THorseCallback; procedure Middleware(Req: THorseRequest; Res: THorseResponse; Next: TProc); implementation uses System.Net.Mime; var Path: string; function ServerStatic(...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit UJIDXScore2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, UBasicScore, Grids, StdCtrls, ExtCtrls, Buttons, Math, UzLogConst, UzLogGlobal, UzLogQSO, Vcl.Menus; type TJIDXScore2 = class(TBasicScore) Grid: TStringGrid; procedure GridDrawCell(Sender: TObje...
unit DatabaseTransactionUnit; interface uses ISessionUnit, Classes; type TIsolationLevel = ( ReadUncommitted, ReadCommitted, RepeatableRead, Serializable ); TDatabaseTransaction = class abstract (TInterfacedObject, ISession) protected FIsStarted: Boolean; FIsolationLevel: ...
unit UPgAnnotation; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2008 by Bradford Technologies, Inc.} interface uses Windows, Classes, Graphics, Contnrs,Controls,SysUtils, UGlobals, UBase, UP...
unit HttpMessage; interface uses Classes, SysUtils, MyUtils2; type (***************************************************************************** ** 记 录 名:RHttpRequestHeaders ** 功能描述:HTTP报文首部,包含了一个报文中所有的首部名称和值 ** 编写日期:2010-09-26 ****************************************************************************...
unit AqDrop.Core.RecursionBlocker; interface uses System.SysUtils, System.Classes, AqDrop.Core.Collections.Intf; type TAqRecursionBlockerInstancesManager = class; TAqRecursionBlocker<Identifier> = class strict private FBlockedItems: IAqDictionary<Identifier, UInt16>; FManager: TAq...
unit TNsRemoteProcessManager.Application.ProcessController; interface uses {$IFNDEF FPC} System.Classes, System.SysUtils, System.JSON, System.Generics.Collections, {$ELSE} sysutils, fgl, fpjson, {$ENDIF} TNsRestFramework.Infrastructure.Services.Logger, TNsRestFramework.Infrastructure.HTTPContr...
unit UUADResidCarStorage; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2011 by Bradford Technologies, Inc. } interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons,...
unit RepriceRogers; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, AncestorDocument, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinsDefaultPainters, dxSkinscxPCPainter, cx...
unit DataModul; interface uses SysUtils, Classes, ImgList, Controls, frxClass, cxClasses, cxStyles, cxGridBandedTableView, cxGridTableView, cxTL, Data.DB, Datasnap.DBClient, dsdAddOn, cxPropertiesStore, cxLookAndFeels, dxSkinsCore, dxSkinsDefaultPainters, frxExportPDF, cxGraphics, dxSkinBlack, dxSkinBlue, d...
unit FText; interface procedure LoadFont(font : string; h: integer); procedure PrintText(id : integer; text : string); implementation uses FOpenGL, FFreeType, FLogs, SysUtils; var LoadedFonts : array of record list : GLUint; chars : array[0..255] of GLuint; e...
unit ConfigState; interface uses Classes, IniFiles, Dialogs, Forms, SysUtils; type // Class abstracting the actual set of Config items // (heavily based on built-in TMemIniFile, and using its THashedStringList) TConfigState = class(TObject) protected FSections: TStringList; ...
unit UCRMLicSelectUser; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 2018 by Bradford Technologies, Inc. } { when there are multiple licensed users files, this allows one to be selected} interface uses ...
//******************************************************* // // Delphi DataSnap Framework // // Copyright(c) 1995-2012 Embarcadero Technologies, Inc. // //******************************************************* unit DBXDefaultFormatter; {$IFDEF FPC} {$mode DELPHI} {$ENDIF} interface uses...
unit GuestForm_unit; interface uses Windows, SysUtils, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, AdvPanel, FrontData_Unit, AdvSmoothButton, Classes, BaseFrontForm_Unit; type TGuestForm = class(TBaseFrontForm) AdvPanel1: TAdvPanel; Label1: TLabel; lblGuestCount: TLabel; btnOK...
unit TSTOCustomPatches.IO; interface Uses Classes, HsInterfaceEx, TSTOCustomPatchesIntf; Type ITSTOPatchDataIO = Interface(ITSTOPatchData) ['{4B61686E-29A0-2112-BEDF-E83EBF2AEC51}'] Function GetOnChange() : TNotifyEvent; Procedure SetOnChange(AOnChange : TNotifyEvent); Property OnChange : TNotify...
// Fit4Delphi Copyright (C) 2008. Sabre Inc. // This program 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 program is...
unit ExportTabularALCH; uses ExportCore, ExportTabularCore, ExportJson; var ExportTabularALCH_outputLines: TStringList; function initialize(): Integer; begin ExportTabularALCH_outputLines := TStringList.create(); ExportTabularALCH_outputLines.add( '"File"' // Name of the ...
unit FileInformation; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.StdCtrls, VideoConverterInt; type TfrmMediaInfo = class(TForm) btnClose: TButton; lblFile: TLab...
unit ev02; {ULEV02.DPR================================================================ File: ULEV02.PAS Library Call Demonstrated: cbEnableEvent - ON_SCAN_ERROR - ON_DATA_AVAILABLE - ON_END...
unit UFileWizardUtils; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2010 by Bradford Technologies, Inc.} interface uses SysUtils,StrUtils,Classes; function GetNumChar(Char,Field : String) : I...
unit uRoutingServicesCtConector; interface uses uEscapeServicesCtConector, uCtTypes, uACS_h, uCSTA_h, uCSTADefs_h, uATTPriv_h, uCtEvents; type TRoutingServicesCtConector = class(TEscapeServicesCtConector) private FOnCSTARouteRegisterRecConf : TCSTARouteRegisterReqConfEvent; FOnCSTARouteRegis...
unit FMX.Taskbar; {$IFDEF MSWINDOWS} interface uses System.Classes, System.SysUtils, System.Win.ComObj, Winapi.ShlObj, FMX.Platform.Win; //------------------------------------------------- type TTaskBarState = record name : string; value : byte; end; TFMXTaskBar = class(TPersistent) private fTa...
unit uPSI_PathFinder; {$MODE Delphi} { This file has been generated by UnitParser v0.7, written by M. Knight and updated by NP. v/d Spek and George Birbilis. Source Code from Carlo Kok has been used to implement various sections of UnitParser. Components of ROPS are used in the construction of UnitParser, c...
unit PaymentMovementItemTest; interface uses dbTest, ObjectTest; type TPaymentMovementItemTest = class(TdbTest) protected published // загрузка процедура из определенной директории procedure ProcedureLoad; override; procedure Test; override; end; TPaymentMovementItem = class(TMovementItemTest...
{$MODESWITCH RESULT+} {$GOTO ON} (************************************************************************* Copyright (c) 2008, Sergey Bochkanov (ALGLIB project). >>> SOURCE LICENSE >>> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as p...
unit PromoTest; interface uses dbTest, dbMovementTest, ObjectTest; type TPromoTest = class (TdbMovementTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TPromo = class(TMovementTest) private function InsertDefault: integer; override; public function Ins...
{*******************************************************} { } { Delphi FireMonkey Platform } { } { Copyright(c) 2011-2013 Embarcadero Technologies, Inc. } { ...
unit RepositorioProduto; interface uses DB, Auditoria, Repositorio; type TRepositorioProduto = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; override; function GetIdentif...
unit Tune; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TTuneGauge = class( TGraphicControl ) public constructor Create( anOwner : TComponent ); override; protected procedure Paint; override; ...
unit uGerador; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Spin, math; type { TfrmDocumentos } TfrmDocumentos = class(TForm) btGeraCPF: TButton; btValidaCPF: TButton; btGeraCNPJ: TButton; btValidaCNPJ: TButton; cbMascara: TCheckB...
{ Sobre o autor: Guinther Pauli Delphi Certified Professional - 3,5,6,7,2005,2006,Delphi Web,Kylix,XE Microsoft Certified Professional - MCP,MCAD,MCSD.NET,MCTS,MCPD (C#, ASP.NET, Arquitetura) Colaborador Editorial Revistas .net Magazine e ClubeDelphi MVP (Most Valuable Professional) - Embarcadero Technologies - U...