text
stringlengths
14
6.51M
{ Copyright (C) 2013-2019 Tim Sinaeve tim.sinaeve@gmail.com Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 Unless required by applicable...
{ * CGEventTypes.h * CoreGraphics * * Copyright (c) 2004 Apple Computer, Inc. All rights reserved. * } { Pascal Translation: Peter N Lewis, <peter@stairways.com.au>, August 2005 } { Modified for use with Free Pascal Version 210 Please report any bugs to <gpc@microbizz.nl> } {$mode macpas} {$packe...
unit DBDateTimePicker; interface uses Winapi.Messages, System.SysUtils, System.Classes, Vcl.Controls, Vcl.ComCtrls, Data.DB, Vcl.DBCtrls; type TDBDateTimePicker = class(TDateTimePicker) private { Private declarations } FDataLink: TFieldDataLink; FReadOnly: Boolean; function GetD...
{ * ImageIO - CGImageProperties.h * Copyright (c) 2004 Apple Computer, Inc. All rights reserved. * } { Pascal Translation: Gale R Paeper, <gpaeper@empirenet.com>, 2006 } { Modified for use with Free Pascal Version 210 Please report any bugs to <gpc@microbizz.nl> } {$mode macpas} {$packenum 1} {$mac...
unit UFormProgress; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TFormProgress = class(TForm) labCaption: TLabel; ProgressBar1: TProgressBar; btnCancel: TButton; procedure FormCloseQuery(Sender: TObject; var CanClose...
unit IngGridIB; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, ComCtrls, ExtCtrls, DBActns, ActnList, Menus, ImgList, ToolWin, Placemnt, ColPos, StdActns, Wwdbigrd, Wwdbgrid, Db, IbCustomDataSet; type TFIngGrid = class(TForm) MainMenu1: TMainMenu;...
unit UPicasaDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.TMSCloudBase, FMX.TMSCloudPicasa, FMX.Layouts, FMX.ListBox, FMX.Objects, FMX.TMSCloudImage, FMX.TMSCloudBaseFMX, FMX.TMSCloudCus...
unit RemoveDestinationFromOptimizationResponseUnit; interface uses REST.Json.Types, GenericParametersUnit; type TRemoveDestinationFromOptimizationResponse = class(TGenericParameters) private [JSONName('deleted')] FDeleted: boolean; [JSONName('route_destination_id')] FRouteDestinationId: inte...
unit RemoveLocationsUnit; interface uses SysUtils, BaseExampleUnit; type TRemoveLocations = class(TBaseExample) public procedure Execute(AddressIds: TArray<integer>); end; implementation procedure TRemoveLocations.Execute(AddressIds: TArray<integer>); var ErrorString: String; Removed: boolean; be...
// @davidberneda // 2017 unit TeePEG; { "Parsing Expression Grammars" (PEG) Implementation for: Mr. Bryan Ford baford@mit.edu http://bford.info/pub/lang/peg.pdf } interface uses Classes, TeePEG_Rules; type TRules=class(TChoice) private FParser : TParser; procedure Load; overload; protected ...
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Spin, StdCtrls, Types; type { TForm1 } TForm1 = class(TForm) Label1: TLabel; ListBox1: TListBox; Panel1: TPanel; Panel2: TPanel; edSleep: TSpinEdit; procedure FormCreate(...
{Implemente un programa que lea el diámetro D de un círculo e imprima: a. El radio (R) del círculo (la mitad del diámetro) b. El área del círculo. Para calcular el área de un círculo debe utilizar la fórmula PI x R2 c. El perímetro del círculo. Para calcular el perímetro del círculo debe utilizar la fórmula D*PI (o tam...
unit Model.Sistemas; interface uses Common.ENum, FireDAC.Comp.Client; type TSistemas = class private FAcao: TAcao; FDescricao: String; FCodigo: Integer; public property Codigo: Integer read FCodigo write FCodigo; property Descricao: String read FDescricao write FDescricao; property Acao...
{ string const unit fo DB-aware modules Copyright (C) 2005-2010 Lagunov Aleksey alexs@yandex.ru and Lazarus team original conception from rx library for Delphi (c) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by ...
unit GX_ToolBarDropDown; interface {$I GX_CondDefine.inc} uses Windows, Classes, Controls, Menus, GX_OtaUtils; type IPopupInterface = interface(IUnknown) ['{8D9E1714-D0F2-11D3-A943-625A4B000000}'] // Show popup menu below passed control aligned to // the control's left bottom corn...
unit UFloatCanvas; interface uses Graphics; type TPixFactors = array[0..1, 0..1] of Double; TFloatCanvas = class(TObject) private class function CalcPixFactors(fx,fy : double):TPixFactors; function GetPixels(x, y: Double): TColor; public Canvas : TCanvas; construct...
unit DebugStruct; { Inno Setup Copyright (C) 1997-2007 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Debug info stuff $jrsoftware: issrc/Projects/DebugStruct.pas,v 1.20 2009/04/21 13:46:04 mlaan Exp $ } interface uses Windows, Messages, SysUtils; co...
unit SellAllTask; interface uses Tasks, Kernel, Accounts, CacheAgent, BackupInterfaces, Inventions, FacIds; type TMetaSellAllTask = class(TMetaTask) private fFacId : TFacId; fGoods : integer; public property FacId : integer read fFacId write fFacId; ...
unit Thread.ImportarPedidosTFO; interface uses System.Classes, Control.Entregas, Control.PlanilhaEntradaTFO, System.SysUtils, System.DateUtils, Control.VerbasExpressas, Control.Bases, Control.EntregadoresExpressas, Generics.Collections, System.StrUtils; type TThread_ImportarPedidosTFO = class(TThread) privat...
unit ATxTotalCmd; interface function TCDefExe: string; //Path to Total Commander's executable (Totalcmd.exe) function TCDefIni: string; //Path to TC's config file (named wincmd.ini by default) function TCDefIniFTP: string; //Path to TC's FTP config file (named wcx_ftp.ini by default) procedure SetTcIniFilename(const...
unit utools; {$mode objfpc}{$H+} interface uses Classes, SysUtils; function stringToBoolean(p_string: string): boolean; implementation function stringToBoolean(p_string: string): boolean; begin IF (p_string='Y') OR (p_string='TRUE') THEN result := TRUE; IF (p_string='N') OR (p_string='FALSE') OR (p_string=''...
unit CabinetUtils; interface uses Windows, SysUtils, Classes; type TFDIError = integer; const FDIERROR_NONE = 0; FDIERROR_CABINET_NOT_FOUND = 1; FDIERROR_NOT_A_CABINET = 2; FDIERROR_UNKNOWN_CABINET_VERSION = 3; FDIERROR_CORRUPT_CABINET = 4...
unit MVCBr.DesignEditors.Helper; interface uses System.Classes, DesignIntf, DesignEditors; type TMVCBrBaseComponentEditor = class(TComponentEditor) strict private FOldEditor: IComponentEditor; function GetVerbCount: integer; override; function GetVerb(Index: integer): string; override; procedure ...
unit CriminalRosterViewer; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, VoyagerInterfaces, VoyagerServerInterfaces, StdCtrls, ExtCtrls, FramedButton, CriminalViewer, CrimeMainViewer, InternationalizerComponent; const ActiveSlots = 4; SocketColor = $00343924; t...
unit uComponente; interface uses Classes ; type TComponente = class; TComponenteArray = array of TComponente; TComponente = class(TObject) private FX: Integer; FY: Integer; FAltura: Integer; FLargura: Integer; FParent: TComponente; procedure SetX(aX: Integer); procedure SetY(...
{$MODE OBJFPC} program ElimitingWater; const InputFile = 'CWATER.INP'; OutputFile = 'CWATER.OUT'; var fi, fo: TextFile; a, b, c, d, x, y, res: Int64; procedure Solve; var m, n, r, q, xm, xn, xr, t: Integer; begin if a < b then begin t := a; a := b; b := t; end; m := a; xm := 1; n := b; x...
unit DirIterator; interface uses Windows, Classes, SysUtils; const onArchives = faArchive; onFolders = faDirectory; onBoth = onArchives or onFolders; type TIteratorOptions = integer; TFolderIterator = class public constructor Create(const aPath, TheWildCar...
unit nsQuestions; // Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Data\nsQuestions.pas" // Стереотип: "UtilityPack" // Элемент модели: "nsQuestions" MUID: (4F9A9C6803D4) {$Include w:\garant6x\implementation\Garant\nsDefine.inc} interface uses l3IntfUses , l3StringIDEx , l3MessageID ; const {* Локализу...
unit demo2_1; (************************************************************************ Copyright (C) 2009, 2010 by Russell J. Peters, Roger Aelbrecht, Eric W. Engler and Chris Vleghert. This file is part of TZipMaster Version 1.9. TZipMaster is free software: you can redistribute it and/or modi...
unit ChannImport; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, FIBDatabase, pFIBDatabase, FIBDataSet, ExtCtrls, ToolCtrlsEh, DBGridEhToolCtrls, MemTableDataEh, MemTableEh, GridsEh, DBAxisGridsEh, DBGridEh, StdCtrls, EhLibMTE, DBCtrlsEh, Mask, FIBQue...
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, ColorBox, Spin; type { TForm1 } TForm1 = class(TForm) CheckBox1: TCheckBox; ColorListBox1: TColorListBox; ColorListBox2: TColorListBox; Label1: TLabel; Label2: TLab...
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
unit uDataSetInterface; interface uses DB; type IDataSetInterface = interface(IInterface) ['{C92070BE-9D4F-4B68-BEAD-65A0910639E8}'] function GetDataSet: TDataSet; stdcall; procedure SetDataSet(const Value: TDataSet); stdcall; property DataSet: TDataSet read GetDataSet write SetDataSet; end; ...
//Exercicio 43: Faça um algoritmo que calcule e exiba a soma dos dez primeiros termos da seguinte série: // N = 2/500 - 2/450 + 2/400 - 2/350 + ... { Solução em Portugol Algoritmo Exercicio 43; Var N: real; alternador_sinal, A: inteiro; Inicio exiba("Programa que calcula uma soma maluc...
unit cmdlinecfgutils; interface {$mode delphi} uses SysUtils, Classes, cmdlinecfg, process; function CmdLineCfgCombine(const ancestor, child: TCmdLineCfg; DoDeleteDashTypes: Boolean = true): Boolean; procedure CmdLineCfgRemoveUnused(cfg: TCmdLineCfg); function CmdLineCfgDetect(listofcfg: TList {of TCmdLineCfg}; c...
unit BaiduMapAPI.ViewService; //author:Xubzhlin //Email:371889755@qq.com //百度地图API 服务 单元 //官方链接:http://lbsyun.baidu.com/ //TBaiduMapViewService 百度地图 地图服务 interface uses System.Classes, System.SysUtils, System.Types, FMX.Platform, FMX.Controls, FMX.Maps; type TBaiduMapMarker = class(TMapMarker) Data:Point...
unit Route4MeExamplesUnit; interface uses SysUtils, System.Generics.Collections, Route4MeManagerUnit, OutputUnit, NullableBasicTypesUnit, CommonTypesUnit, IConnectionUnit, BulkGeocodingRequestUnit, DataObjectUnit, AddressBookContactUnit, OrderUnit, RouteParametersUnit, AddOrderToRouteRequestUnit, AddressUni...
{----------------------------------------------------------------------------- hpp_contacts (historypp project) Version: 1.0 Created: 31.03.2003 Author: Oxygen [ Description ] Some helper routines for contacts [ History ] 1.0 (31.03.2003) - Initial version [ Modifications ] [ Know...
unit uPublic; interface uses System.SysUtils; const IOC_IN = $80000000; IOC_VENDOR = $18000000; IOC_out = $40000000; SIO_KEEPALIVE_VALS = IOC_IN or IOC_VENDOR or 4; DATA_BUFSIZE = 8192; // 定义 KeepAlive 数据结构 type TTCP_KEEPALIVE = packed record onoff: integer; keepalivetime: integer; keepali...
unit fcScrollBar; { // // Components : TfcScrollBar // // Copyright (c) 1999 by Woll2Woll Software } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, fcCommon, ExtCtrls; type TfcCustomScrollBar = class; TfcScrollBarHitTest = (htNone, htIncBtn, htDecBtn, htPageUp, htPag...
unit CSRequests; { Задачи и запросы, которыми обменивается клиент с сервером } { $Id: CSRequests.pas,v 1.1 2010/02/24 10:30:50 narry Exp $ } // $Log: CSRequests.pas,v $ // Revision 1.1 2010/02/24 10:30:50 narry // - удаление зависимости проектов от парня // interface uses Classes, l3Base,l3Types, dt_Types, ...
{ Subroutine SST_FLAG_USED_EXP (EXP) * * Flag all symbols eventually referenced by the expression EXP as used. } module sst_FLAG_USED_EXP; define sst_flag_used_exp; %include 'sst2.ins.pas'; procedure sst_flag_used_exp ( {flag symbols eventually used from expression} in exp: sst_exp_t); ...
unit PI.View.Devices; interface uses // RTL System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, // FMX FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Layouts, FMX.ListBox, FMX.Controls.Presentation, FMX.StdCtrls, // PushIt PI.Types; type TDev...
unit fNewStatistics; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DanHexEdit, ComCtrls,cMegaROM, cConfiguration; type TfrmNStatistics = class(TForm) lblStatisticsName: TLabel; lblValue: TLabel; txtValue: TDanHexEdit; lstStatistics:...
unit RedirFunc; { Inno Setup Copyright (C) 1997-2007 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Functions for dealing with WOW64 file system redirection. The *Redir functions are counterparts to common functions that offer built-in support for disab...
{$include lem_directives.inc} unit LemLVLLoader; interface uses Classes, SysUtils, UMisc, LemTerrain, LemInteractiveObject, LemSteel, LemDosStructures, LemLevel, LemLevelLoad; type TLVLLoader = class(TLevelLoader) private protected public class procedure LoadLevelFromS...
{ Exercicio 58:Construa um algoritmo que calcule e mostre o Imposto de Renda de um grupo de 10 contribuintes, considerando que os dados de cada contribuinte, número do CPF, número de dependentes e renda mensal são valores fornecidos pelo usuário. Para cada contribuinte será feito um desconto de 5% do salário mínimo por...
{*****************************************************} { } { EldoS Themes Support Library } { } { (C) 2002-2003 EldoS Corporation } { http://www.eldos.com/ ...
unit LUX.GPU.Vulkan.Depthr; interface //#################################################################### ■ uses vulkan_core; type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】 TVkDepthr<TVkDevice_:class> = class; TVkDepMem<TVkDevice_:class> = class; TVkDepV...
unit RealState.Repository; {.$DEFINE IS_VIRTUAL_BOX} interface uses Data.DB, System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys...
{================================================================================= Copyright © combit GmbH, Konstanz ---------------------------------------------------------------------------------- File : ObjTree.pas Module : List & Label 26 Descr. : Implementation file for the List & Label 26 VCL-Component ...
{$IFDEF ios7crypt} program IOS7Crypt; {$ELSE} unit IOS7Crypt; {$ENDIF} {$Mode ObjFPC} uses getopts, sysutils; type bytes = array of byte; strings = array of string; const XlatSize = 53; XlatPrime : array[0 .. XlatSize - 1] of byte = ( $64, $73, $66, $64, $3b, $6b, $66, $6f, $41, ...
unit MainUnit; //tnotifyevent {$mode objfpc}{$H+} interface uses Classes, SysUtils, sqldb, IBConnection, DB, FileUtil, SynMemo, SynHighlighterSQL, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, Buttons, DBGrids, DBCtrls, Menus, MetaData, references, bddatamodule, Schedule_Edit, ConflictsMeta,...
unit DAO.PlanilhaEntradaSPLOG; interface uses Generics.Collections, System.Classes, System.SysUtils, Forms, Windows, Model.PlanilhaEntradasSPLOG; type TPlanilhaEntradaSPLOGDAO = class public function GetPlanilha(sFile: String): TObjectList<TPlanilhaEntradaSPLOG>; end; implementation { TPlanilhaEntradaEnt...
unit Digit; interface uses Engine, DGLE, DGLE_Types; type TDigitRec = record Active: Boolean; X, Y, NX, NY, DX, DY, Value: Integer; Delta: Single; end; var Digits: array of TDigitRec; procedure Add(X, Y, Value: Integer); procedure Update(); procedure Render(); implementatio...
unit GX_CodeFormatterEditCapitalization; {$I GX_CondDefine.inc} {$IFDEF GX_VER200_up} {$DEFINE SUPPORTS_UNICODE_STRING} {$ENDIF} interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Actions, ActnList, Buttons, ExtCtrls, ...
{ *************************************************************************** Copyright (c) 2016-2020 Kike Pérez Unit : Quick.Debug.Utils Description : Debug Utils Author : Kike Pérez Version : 1.9 Created : 05/06/2020 Modified : 07/07/2020 This file is part of QuickLib: https:...
unit uCopy; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, RzPanel, RzRadGrp,StdCtrls, Gauges, RzButton; type TfmCopy = class(TForm) Group_811: TRzCheckGroup; pan_Caption: TPanel; Gauge1: TGauge; btn_DeviceCopy: TRzBitBtn; btn_Cl...
unit K404361004; {* [Requestlink:404361004] } // Модуль: "w:\archi\source\projects\Archi\Tests\K404361004.pas" // Стереотип: "TestCase" // Элемент модели: "K404361004" MUID: (50AF42CD0309) // Имя типа: "TK404361004" {$Include w:\archi\source\projects\Archi\arDefine.inc} interface {$If Defined(nsTest) AND Defined(I...
unit GAPI; interface uses Crt, Graph; const Solid : FillPatternType = ($FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF); Gray50 : FillPatternType = ($AA, $55, $AA, $55, $AA, $55, $AA, $55); Squares : FillPatternType = ($F0,$F0,$F0,$F0,$0F,$0F,$0F,$0F); Hatch : FillPatternType = ($11,$22,$44,$88,$11,$22,$4...
unit CommentAndScrollTest; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "TestFormsTest" // Модуль: "w:/common/components/gui/Garant/Daily/CommentAndScrollTest.pas" // Родные Delphi интерфейсы (.pas) // Generated from UML model...
unit INFOXDIARYTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TINFOXDIARYRecord = record PCode: String[6]; PDescription: String[30]; PLeadTime: String[4]; End; TINFOXDIARYBuffer = class(TDataBuf) protected function PtrIndex(Index:integ...
unit ResearchTask; interface uses Tasks, Kernel, Accounts, CacheAgent, BackupInterfaces, Inventions, FacIds; type TMetaResearchTask = class(TMetaTask) private fTechnology : string; fInventionId : TInventionNumId; fInvention : TInvention; fStoreId ...
unit uShape; interface uses ObjFactory; type TShape = class(TBaseObject) private FName: string; protected procedure SetName(const aName: string); public constructor Create; override; function ToString: string; override; property Name: string read FName; end; TCircle = class(TShape)...
unit UGCalendarDemo; interface uses FMX.Forms, FMX.TMSCloudBase, FMX.TMSCloudGCalendar, FMX.Controls, FMX.Memo, FMX.StdCtrls, FMX.ListBox, FMX.Edit, FMX.Grid, FMX.Layouts, FMX.Dialogs, DateUtils, FMX.TMSCloudListView, FMX.ExtCtrls, FMX.Objects, System.Classes, FMX.Types, UITypes, SysUtils, FMX.TMSCloudBaseFMX...
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Object: How to use TSmtpCli component Creation: 09 october 1997 Version: 2.08 EMail: http://www.overbyte.be francois.piette@overbyte.be Support: Use the mailing list twsocket@el...
unit DelphiUp.View.Components.Button005; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, DelphiUp.View.Components.Buttons.Int...
unit Model.PlanilhaEntradaDIRECT; interface uses Generics.Collections, System.Classes, System.SysUtils; type TPlanilhaEntradaDIRECT = class private FProduto: String; FCodigoEmbarcador: Integer; FDataRegistro: TDate; FDataChegada: TDate; FOperacao: String; FAWB2: String; ...
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Description: Creation: April 2004 Version: 1.19 EMail: francois.piette@overbyte.be http://www.overbyte.be Support: Use the mailing list twsocket@elists.org Follow "supp...
unit Unit_Persistencia; interface uses Unit_DM, Vcl.Dialogs, System.SysUtils, System.Variants; // Definicoes do Cliente Type Dados_Cliente = Record //struct Cli_Codigo : Integer; Cli_Nome : String; Cli_Endereco : String; Cli_CP...
unit EmailOrdering.Views.ErrorForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.Grids, Vcl.ExtCtrls; type TErrorDForm = class(TForm) StringGrid1: TStringGrid; Butt...
unit uSuporte; interface uses uWindows, IdHTTP, Vcl.Forms, System.SysUtils, Vcl.Dialogs; function getAutorizacaoSuporte(): string; function getSenhaSuporte(): string; function fecharAplicacaoSuporte(): Boolean; function enviarRequisicaoSuporte(codcliente, acesso, autorizacao: string): Boolean; implementation use...
unit CadastroPessoaForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, uPessoa; type TfrmCadastroPessoaForm = class(TForm) edtId: TEdit; lblId: TLabel; edtNome: TEdit; lblNome: ...
unit View.ParametrosPrazosExtratos; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinsDefaultPainters, cxClasses, dxLayoutContain...
unit frm_listadoalumnos; {$mode objfpc}{$H+} interface uses Classes, SysUtils, db, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, Buttons, DBGrids, StdCtrls ,dmGeneral ; type { TfrmListadoAlumnos } TfrmListadoAlumnos = class(TForm) btnSalir: TBitBtn; btnAgregar: TBit...
unit RegisterWebinarUnit; interface uses SysUtils, BaseExampleUnit, EnumsUnit; type TRegisterWebinar = class(TBaseExample) public function Execute(EMail, FirstName, LastName, Phone, Company: String; MemberId: integer; Date: TDateTime): boolean; end; implementation function TRegisterWebinar.Exec...
unit mainform; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ddCmdLineUtils, dd_lcHtmlDocReader, l3Filer, EvdWriter, evNestedDocumentEliminator; type TAACMakerForm = class(TForm) ProgressBar1: TProgressBar; procedure FormDestroy(Sender: T...
unit uScript; interface uses Classes; type TScript = class(TObject) private SL: TStringList; public constructor Create; destructor Destroy; override; procedure Clear; function Key(X, Y: Word): string; function Name(I: Integer): string; function Value(S: string): stri...
unit InfoCOLLTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoCOLLRecord = record PLender: String[4]; PLoanNumber: String[18]; PCIndex: String[1]; PModCount: Integer; PYear: String[2]; PDescription: String[12]; PRVIN: String[17]...
unit nscDocumentListTreeView; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Components" // Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/rtl/Garant/Components/nscDocumentListTreeView.pas" // Родные Delphi интерфейсы (....
unit evCopyTableCellWidth; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Everest" // Автор: Инишев Д.А. // Модуль: "w:/common/components/gui/Garant/Everest/evCopyTableCellWidth.pas" // Родные Delphi интерфейсы (.pas) // Genera...
unit StdBroadcast; interface const tidBroadcast_TV = 'TV'; tidBroadcast_Radio = 'Radio'; tidEnvironment_TV = tidBroadcast_TV; tidEnvironment_Radio = tidBroadcast_Radio; procedure RegisterSurfaces; implementation uses Surfaces; procedure RegisterSurfaces; begin TSurf...
unit untFiltreSeuilAdaptatif; interface uses StdCtrls, Controls, ExtCtrls, Classes, untHFiltreImage, untCalcImage, Dialogs, untHFiltreFiltreDigital; type TTypeFiltreSeuilAdaptatif = (tfMoyenne, tfMinMax, tfGaussien); type TfrmFiltreSeuilAdaptatif = class(TfrmHFiltreFiltreDigital) rdgTypeFil...
unit steProcessor; (* +--------------------------+ | ┏━┓╺┳╸┏━╸ Simple | | ┗━┓ ┃ ┣╸ Template | | ┃ ┃ ┃ Engine | | ┗━┛ ╹ ┗━╸ for Free Pascal | + -------------------------+ *) {$mode objfpc}{$H+} // generate output with previously prepared template interface uses Classes, SysUtils...
unit TestFMXCalloutMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, FMX.Edit, FMX.EditBox, FMX.SpinBox, FMX.Colors, FMX.Callou...
{ TODO: property ShowFilenameInCaption: boolean; property ShowFilenameWithoutExtInCaption: boolean; } { from http://pp4s.co.uk/main/tu-form2-help-demo-laz.html } unit htmlfileviewer; {$mode objfpc}{$H+} {$R htmlfileviewer.rc} //comment out if no resources used interface uses Classes, SysUtils, LResources, For...
unit SysInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TSystemInfoRecord = record {- Disk Section } SectorsPerCluster, BytesPerSector, FreeClusters, TotalClusters, FreeBytes, TotalBytes : DWORD; VolumeName...
unit uOrcamentoOcorrenciaVO; interface uses System.Generics.Collections, System.SysUtils, uTableName, uKeyField; type [TableName('Orcamento_Ocorrencia')] TOrcamentoOcorrenciaVO = class private FDescricao: string; FIdUsuario: Integer; FId: Integer; FIdOrcamento: Integer; FData: TDate; ...
Unit Guess; Interface Uses TpCrt, TpHelp, TpString; Procedure InitialTopic(Help : HelpPtr;Var Topic : Word); {-Tries to guess the initial topic number. The guess is made in the } { following order: } { 1. If ParamCount <> 0 use ParamStr(...
unit UAccessDomain; interface uses Classes, UAccessBase, UAccessContainer; type TSAVAccessDomain = class(TSAVAccessContainer) private FGroups: TStringList; procedure SetGroups(const Value: TStringList); protected public property Groups: TStringList read FGroups write SetGroups; ...
program drawTriabgle(input, output); var size, spaces, points, lines : integer; i, j, k : integer; done : boolean; {} begin done := true; while(done) do begin write('Size: '); read(size); if (size mod 2 = 0) then writeln('The number must be odd.') else begin lines := size - 2; points := 1; s...
unit konami; interface uses {$IFDEF WINDOWS}windows,{$ENDIF} main_engine,dialogs,sysutils,timer_engine,m6809,cpu_misc; type tset_lines=procedure (valor:byte); cpu_konami=class(cpu_m6809) public constructor create(clock:dword;frames_div:word); procedure run(maximo...
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Creation: May 6, 2007 Version: 0.99d ALPHA CODE Description: TMultipartFtpDownloader is a component to download files using simultaneous connections to speedup download. The demo mak...
unit uGrupos; interface type TGrupos = class private FGRUPO_DESCRICAO: String; FGRUPO_CODIGO: Integer; procedure SetGRUPO_CODIGO(const Value: Integer); procedure SetGRUPO_DESCRICAO(const Value: String); public constructor Create; destructor Destroy; override; protected...
{*******************************************************} { Проект: Repository } { Модуль: uPrintReportParametersImpl.pas } { Описание: Реализация IPrintReportParameters } { Copyright (C) 2015 Боборыкин В.В. (bpost@yandex.ru) } { ...
unit Control.CadastroEmpresa; interface uses System.SysUtils, FireDAC.Comp.Client, Forms, Windows, Common.ENum, Control.Sistema, Model.CadastroEmpresa; type TCadastroEmpresaControl = class private FCadastro : TCadastroEmpresa; public constructor Create(); destructor Destroy(); override; propert...
unit AutoMapper.Exceptions; interface uses System.SysUtils ; type TAutoMapperException = class(Exception); TMapperConfigureException = class(TAutoMapperException); TGetMapItemException = class(TAutoMapperException); TClassPairCreateExcetion = class(TAutoMapperException); TTypePairCreateEx...
unit PascaltypeSettings; { Settings for converting IDL-types to Pascal types Copyright (C) 20120 Joost van der Sluis/CNOC joost@cnoc.nl This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundatio...
unit UDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TMSNativeUIBaseControl, FMX.TMSNativeUIButton, FMX.TMSNativeUIActionSheet, iOSApi.UIKit, iOSApi.Foundation; type TForm1035 = class(TForm) TMSFMXN...
unit GetOptimizationsUnit; interface uses SysUtils, BaseExampleUnit; type TGetOptimizations = class(TBaseExample) public procedure Execute; end; implementation uses RouteParametersQueryUnit, DataObjectUnit; procedure TGetOptimizations.Execute; var DataObjects: TDataObjectList; DataObject: TDataObjec...