text stringlengths 14 6.51M |
|---|
unit TaskPanelWords;
// Модуль: "w:\common\components\rtl\Garant\ScriptEngine\TaskPanelWords.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "TaskPanelWords" MUID: (5101345E0143)
{$Include w:\common\components\rtl\Garant\ScriptEngine\seDefine.inc}
interface
{$If NOT Defined(NoScripts) AND NOT Defined(NoV... |
{ Invokable interface IServidorBLL }
unit uServidorBLLIntf;
interface
uses
Soap.InvokeRegistry, System.Types, Soap.XSBuiltIns,
Xml.xmldom, Xml.XMLIntf, Xml.XMLDoc;
type
TRetorno = class(TRemotable)
private
FID: UnicodeString;
FSucesso: UnicodeString;
FMensagem: UnicodeString;
published
pro... |
unit uJadwal;
interface
uses uKata;
const Nmax = 1000;
type Tayang = record
Nama,
Jam : string;
Tanggal,
Bulan,
Tahun,
LamaTayang : integer;
end;
type dbTayang = record
Tayang : array[1..Nmax] of Tayang;
Neff : integer;
end;
procedure load (var f:text;p:string);
{* procedure yang ... |
(* Random Number Generators DA, 23.01.2019 *)
UNIT Random;
INTERFACE
PROCEDURE InitRandSeed(s: INTEGER);
FUNCTION IntRand: INTEGER;
FUNCTION RealRand: REAL;
FUNCTION RangeIntRand1(n: INTEGER): INTEGER;
FUNCTION RangeIntRand2(n: INTEGER): INTEGER;
IMPLEMENTATION
CONST
(* m ... 2er Potenz - Werteberei... |
unit evButtonControl;
{* Класс кнопки }
// Модуль: "w:\common\components\gui\Garant\Everest\qf\evButtonControl.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TevButtonControl" MUID: (48D230A600EE)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interface
uses
l3IntfUses
, evControl
, evQue... |
unit uBaseCadastro;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.ExtCtrls,
Vcl.StdCtrls, Vcl.Buttons, Vcl.ImgList, Vcl.Grids, Vcl.DBGrids, Data.DB, uGrade,
Datasnap.DBClient, FireDAC.Stan... |
unit udmDBCore;
interface
uses
Windows, Classes, SysUtils, DB, DBClient, Forms, Ora, uSupportLib, Variants, OraError;
const
CrLf = #13#10;
resourcestring
stCheckDel = 'Confermi l''eliminazione del record?';
stDeadlock = 'Il record corrente è attualmente in uso oppure bloccato';
stReqDErr = 'I... |
unit TTSNOTCTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSNOTCRecord = record
PLenderNum: String[4];
PCategory: String[8];
PStage: String[1];
PModCount: Integer;
End;
TTTSNOTCBuffer = class(TDataBuf)
protected
function PtrInd... |
{
$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 evEditorWindowHotSpot;
// Модуль: "w:\common\components\gui\Garant\Everest\evEditorWindowHotSpot.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TevEditorWindowHotSpot" MUID: (48E229CC03DF)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interface
uses
l3IntfUses
, l3Tool
, nevGUIInterf... |
unit NetServerOverbyte;
interface
uses
Classes, SysUtils, OverbyteIcsWSocket, OverbyteIcsWSocketS, WinSock;
// Tagging starts with some number away from -2 -1 0 used as sender/recipient constants
// and off from usual players indexes 1..8, so we could not confuse them by mistake
const FIRST_TAG = 15;
type
THandle... |
unit K619944727_D910b0036111;
{* [RequestLink:619944727] }
// Модуль: "w:\common\components\rtl\Garant\Daily\K619944727_D910b0036111.pas"
// Стереотип: "TestCase"
// Элемент модели: "K619944727_D910b0036111" MUID: (56E951AC03B8)
// Имя типа: "TK619944727_D910b0036111"
{$Include w:\common\components\rtl\Garant\Daily\... |
{ RxDBGridPrintGrid unit
Copyright (C) 2005-2014 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
the Free Soft... |
unit d01.coverage.Calculator;
interface
type
TCalculator = class
public
function Calculate(i, j: Integer): Integer;
end;
implementation
function TCalculator.Calculate(i, j: Integer): Integer;
begin
Calculate := i+j;
end;
end.
|
{ Module of routines that help writing code to deal with jump targets.
}
module sst_r_syo_goto;
define sst_r_syo_goto;
%include 'sst_r_syo.ins.pas';
{
************************************************
*
* Subroutine SST_R_SYO_GOTO (JTARG, FLAGS, SYM_MFLAG)
*
* Make sure execution ends up as specified in the jump t... |
unit GX_EventHook;
interface
uses
Windows,
SysUtils,
Classes,
Forms;
type
///<summary>
/// This class is meant to be used as the destination of a TNotifyEvent.
/// It is kept very simple on purpose. Use it as is, do *not* add to it or derive from it, do
/// *not* rename the class.
//... |
unit fDebugROMViewer;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, math, StdCtrls, cMegaROM, cConfiguration, iNESImage;
type
TfrmDebugROMViewer = class(TForm)
DrawGrid: TDrawGrid;
lblLevel: TLabel;
cbLevels: TComboBox;
cmdRoomOrder: T... |
unit ucMain;
interface
uses uvMain, umMainData, uvITileView, umTileData, ucFrmTile;
type
TFormMainController<D : TTileDataModel, constructor> = class
private
fView: TFormMain;
fModel: TTilesDataList<D>;
fFrmTileController : TFrmTileController<D>;
fdataChanged : boolean;
procedu... |
unit uRealRelatorio;
interface
uses Vcl.Forms, System.SysUtils, FMX.Dialogs, 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, Data.DB,
FireDAC.Comp.DataSet, FireDAC.Comp.Client;
type
tOrdemR... |
unit m_radiobutton;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TMariaeRadioButton }
TMariaeRadioButton = class(TRadioButton)
private
FChanged: Boolean;
procedure SetChanged(AValue: Boolean);
protected
public
... |
unit aeLoaderAionCGF;
interface
uses windows, ae3DModelLoaderBase, aeGeometry, System.Generics.Collections, types, aeMesh, classes, sysutils, aeMaths,
aeRenderable, aeIndexBuffer, aeVectorBuffer;
const
CGF_CHUNKTYPE_MESH = $CCCC0000;
CGF_CHUNKTYPE_NODE = $CCCC000B;
CGF_CHUNKTYPE_MATERIAL = $CCCC000C;
CGF_F... |
{
The calculator program, reads arithmetic expressions following the next
grammar, and calculates the value of those expressions according to the
arithmetic and algebraic laws embedded in the leading procedures in the
program. The input expressions should be attached to the syntax showed,
if not, the program wou... |
unit FoldersUnit;
// Модуль: "w:\garant6x\implementation\Garant\tie\Garant\GblAdapterLib\FoldersUnit.pas"
// Стереотип: "Interfaces"
// Элемент модели: "Folders" MUID: (4570501E037A)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interface
uses
l3IntfUses
, IOUnit
, BaseTypesUnit
, BaseTreeSupportUni... |
PROGRAM SarahRevere(INPUT, OUTPUT);
{Печать сообщения о том как идут британцы, в зависимости
от того, первым во входе встречается 'land', 'sea' или 'by air'.}
PROCEDURE CheckingWindow(VAR W1, W2, W3, W4, Looking: CHAR);
BEGIN {CheckingWindow}
IF ((W1 = 'L') OR (W1 = 'l')) AND ((W2 = 'A') OR (W2 = 'a'))
AND ((W3 = ... |
unit uBoletoRWA;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,
xmldom, XMLIntf, Menus, Grids, DBGrids, RPDBGrid, StdCtrls, cxButtons, DB, msxmldom,
Forms, XMLDoc, DBClient, LbCipher, LbUtils, Dialogs, cxGraphics,
cxLookAndFeels, cxLookAndFeelPainters, ExtCtrls, DBCtrls, Jv... |
program Memory;
uses crt,Win,Input,Message,Menu,Form,Base;
{объявление классов - потомков библиотечных классов}
Type TMain=Object(TMenu) {главное меню}
may:boolean; {признак открытия файла}
procedure Enter; virtual;
end;
Type TIName=object(TInput) {ввод имени файла}
function Error:boolean; virtual; {проверка ... |
unit l3WindowsStorageFiler;
{* Обертка вокруг потока, который работает с IStorage на диске. }
{ Библиотека "L3 (Low Level Library)" }
{ Автор: Люлин А.В. © }
{ Модуль: l3WindowsStorageFiler - }
{ Начат: 18.10.2001 16:43 }
{ $Id: l3WindowsStorageFiler.pas,v 1.12 2015/08/04 13:02:49 firet... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls;
type
tbit=(zero,one);
tbit_vector=array of tbit;
tbit_table=array of tbit_vector;
{ TForm1 }
TForm1 = class(TForm)
Button_exit: TButton;
CheckGroupA: TCheckGrou... |
unit ddSchedulerConfigTypes;
{$Include ..\dd\ddDefine.inc}
interface
uses
l3Interfaces,
l3ValueMap,
l3TypedIntegerValueMap,
ddCalendarEvents;
type
TddCalendarEventsMap = class(Tl3IntegerValueMap)
private
protected
// protected methods
function DoDisplayNameToValue(const aDisplayName: Il3CString): I... |
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: François PIETTE
Creation: Jan 15, 2005
Description:
Version: 1.00
EMail: francois.piette@overbyte.be http://www.overbyte.be
Support: Unsupported code.
Legal issues: Copyright (C) 2005-2006 by François PIE... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clBodyChooser;
interface
{$I ..\common\clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Forms, Classes, Controls, StdCtrls,
{$ELSE}
Vcl.Forms, System.Classes, Vcl.Controls, V... |
unit GetAddressUnit;
interface
uses SysUtils, BaseExampleUnit, AddressUnit;
type
TGetAddress = class(TBaseExample)
public
procedure Execute(RouteId: String; RouteDestinationId: integer);
end;
implementation
uses AddressParametersUnit;
procedure TGetAddress.Execute(RouteId: String; RouteDestinationI... |
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie
All rights reserved.
For more info see: Copyright.txt
[=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
{*
Extract all the points tha... |
unit ImageClient;
interface
uses
SysUtils, Classes;
type
TImageClient =
class
public
constructor Create;
destructor Destroy; override;
private
fName : string;
fWorld : string;
fSize : integer;
fStream : TStream;
... |
unit DebugWindow;
{$I GX_CondDefine.inc}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, ImgList, Menus, ComCtrls, TrayIcon, ActnList, ToolWin;
type
TfmDebug = class(TForm)
pmuTaskBar: TPopupMenu;
mitTrayShutdown: TMenuItem;
... |
unit UntPadrao;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, System.ImageList,
Vcl.ImgList, Vcl.ToolWin, Vcl.Buttons, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.DBCtrls,
FireDAC.Stan.Intf, FireDAC.Stan.... |
{====================================================}
{ }
{ EldoS Visual Components }
{ }
{ Copyright (c) 1998-2003, EldoS Corporation }
{ ... |
unit Diction_Form;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Автор: Люлин А.В.
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/Diction/Forms/Diction_Form.pas"
// Начат: 01.09.2009 13:14
// Родные Del... |
unit SafeDLLPath;
{
Inno Setup
Copyright (C) 1997-2010 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
To provide protection against "DLL preloading" attacks, this unit calls
SetDllDirectory('') to prevent LoadLibrary from searching the current
directory ... |
unit HGM.Common.DateUtils;
interface
uses
System.SysUtils, Vcl.Graphics, Vcl.Dialogs, System.DateUtils;
type
TDatePeriod = record
private
function GetDaysBetween: Integer;
public
DateBegin:TDateTime;
DateEnd:TDateTime;
property DaysBetween:Integer read GetDaysBetween;
procedure SetValu... |
unit StepIntf;
interface
uses
ValidationRuleIntf, StepParamsIntf;
type
IStep = interface(IInterface)
['{E1A03301-32F2-4A7B-886D-2B4188982A5B}']
function GetDescricao: string;
function GetMetodoDeTeste: string;
function GetParams: IStepParams;
function GetParamsRegex: string;
function GetVal... |
unit View.ListaRoteirosLivres;
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, dxLayoutContainer, d... |
unit upd1771;
interface
uses {$IFDEF WINDOWS}windows,{$else}main_engine,{$ENDIF}timer_engine,
sound_engine,vars_hide;
const
MAX_PACKET_SIZE=$8000;
type
tack_handler=procedure(state:boolean);
upd1771_chip=class(snd_chip_class)
constructor create(clock:integer;amp:single);
destructor free;
... |
unit udmLctoBancarios;
interface
uses
Windows, System.UITypes, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, udmPadrao, DBAccess, IBC, DB, MemDS,
LibGeral;
type
TdmLctoBancarios = class(TdmPadrao)
qryLocalizacaoBANCO: TStringField;
qryLocalizacaoAGENCIA: TStringField;
... |
unit YWEvents;
interface
uses
System.SysUtils, System.Classes, System.Generics.Collections;
type
TEventReciever = class;
TEventSender = class(TComponent)
private
{ Private declarations }
protected
{ Protected declarations }
RecieverList : TList<TEventReciever>;
public
{ Pu... |
unit RemoteAdm;
interface
uses
Windows, Classes;
function GetProcessList : TStringList;
function StartProgram( filename : string; out ProcId : THandle ) : boolean; overload;
function StopProgram( ProcId : THandle; TimeOut : integer ) : boolean;
//function Reboot : boolean;
implementation
uses
S... |
unit RealState.House.Repository;
interface
uses
Data.DB,
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.Comp.DataSet,
FireDAC.Comp.Client,
System.Sy... |
unit osSQLDataSetProvider;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Provider, db, dbclient, variants, sqlexpr, osCustomDataSetProvider;
type
TosSQLDataSetProvider = class(TosCustomDataSetProvider)
private
FInternalDataset: TSQLDataset;
funct... |
//====================================================================================================================//
//======================================= THE COMMON PASCAL AST PARSER CLASS =========================================//
//===========================================================================... |
unit RemoteControlMethods;
interface
uses
SysUtils, Classes, Messages,
Rtti, AppEvnts, SyncObjs,
CommunicationTypes;
type
{$METHODINFO ON}
TRemoteControlMethods = class(TComponent)
private
function Sync_ExecuteRemoteFunction(
const aRemoteObjectTree: TObjectStructList;
const ... |
//Exercicio 49: Faça um algoritmo que conte de 1 a 100 e a cada múltiplo de 10 emita uma mensagem: "Múltiplo de 10".
{ Solução em Portugol
Algoritmo Exercicio 49;
Var
numero,contador: inteiro;
Inicio
exiba("Programa que exibe múltiplos de 10.");
para contador <- 1 até 100 faça
se(resto(contador,10) = ... |
unit Rule_CYHT2;
interface
uses
BaseRule,
BaseRuleData,
Rule_LLV,
Rule_EMA,
Rule_HHV;
type
TRule_CYHT_Price_Data = record
ParamN: Word;
ParamEMASK: Word;
ParamEMASD: Word;
Var1_Float: PArray;
Var2_LLV: TRule_LLV;
Var3_HHV: TRule_HHV;
Var4_Float: PArray;
Ret_SK... |
unit Unit2;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.StdCtrls,
Vcl.Forms,
Vcl.Dialogs,
IPPeerClient,
IdBaseComponent,
IdComponent,
IdTCPConnection,
IdTCPClient,
IdExplicitTLSClientServerBase,
IdM... |
unit GX_IdeDeskForm;
interface
{$UNDEF DoNotCompileThis}
{$IFDEF DoNotCompileThis}
uses
SysUtils, Windows, Messages, Classes, Controls, Forms, Menus, DsgnIntf,
IniFiles;
type
TDesktopForm = class(TForm)
procedure FormCreate(Sender: TObject);
procedure FormDestroy(Sender: TObject);
pri... |
unit atDocumentUnderControlOperation;
// Модуль: "w:\quality\test\garant6x\AdapterTest\Operations\atDocumentUnderControlOperation.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TatDocumentUnderControlOperation" MUID: (504F1A8B004B)
interface
uses
l3IntfUses
, atOperationBase
;
type
OpType = (
SET_CONTROL... |
unit UCoreObjects;
{ Copyright (c) 2018 by PascalCoin Project
Contains common types for Core module.
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
Acknowledgements:
Herman Schoenfeld <herman@sphere10.com>: unit ... |
unit MFSL.Master;
interface
uses
SysUtils, Classes, MSFL;
type
IMasterInfo = interface
['{CD53C1EF-8933-4BCE-8862-4EAED7425A3B}']
function GetFileName: string;
end;
TAbstractMasterInfo = class abstract(TInterfacedObject, IMasterInfo)
protected
class function GetPrefix: string;... |
unit souConverterForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, k2TagGen, l3Interfaces, l3Filer, StdCtrls, ComCtrls, ddCmdLineUtils,
AppEvnts;
type
TsouCmdLine = class(TddBaseCmdLine)
private
f_DestFolder: string;
f_SrcFolder: string;
f_SubDir: ... |
unit ConnectedBlock;
interface
uses
Kernel, Protocol, Circuits, Collection, BackupInterfaces, TransportInterfaces;
type
TCargoArray = array[TCargoKind] of ICargoPoint;
type
TConnectedBlock =
class( TBlock )
protected
constructor Create( aMetaBlock : TMetaBlock; aFacility : ... |
unit unitPoly;
interface
uses Types;
type
TPoly = class(TObject)
private
{ Private declarations }
public
{ Public declarations }
p1, p2, p3, p4: TPoint;
priority: integer;
trigger: string;
caption : String;
constructor Create(ncaption: String);
end;
implementation
constructor ... |
unit JunoApi4Delphi.Interfaces;
interface
uses
System.Generics.Collections,
Document,
EventType,
Webhook,
CompanyType,
Banks, Charge, Data.DB;
type
iDataService = interface;
iChargeService = interface;
iBalanceService = interface;
iPaymentService = interface;
iDocumentService =... |
unit StockInstantData_Get_Sina;
interface
uses
define_stock_quotes_instant,
UtilsHttp,
win.iobuffer,
BaseApp;
type
PInstantArray = ^TInstantArray;
TInstantArray = record
Data: array[0..10 - 1] of PRT_InstantQuote;
end;
... |
unit LUX.Color.Map.D1;
interface //#################################################################### ■
uses System.UITypes,
FMX.Graphics,
LUX, LUX.Color, LUX.Map.D1;
type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$... |
{
$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 akPrint;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, tntclasses, jclunicode;
type
THeaderFooterProc =
procedure(aCanvas: TCanvas; aPageCount: Integer;
aTextrect: TRect; var continue: bytebool) of object;
{ Prototype for a callback method t... |
{
ZIP archive handler
}
unit fszip;
interface
uses
fs, fsarchive,
SysUtils, Classes;
type
TEndOfCentralDir = packed record
dwSignature : longword;
wDiskNumber : word;
wCentralDirDiskNumber : word;
wTotalEntriesOnDisk : word;
wTotalEntries : word;
dwCentralDirSize : longword;
dwC... |
unit UUsersDialog;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, System.Generics.Collections, Math,
FMX.Dialogs, FMX.StdCtrls, UDialog, FMX.Objects;
type
TUsersDialog = class(TDialogFrame)
btnpagedown: TButton;
btnpa... |
unit daJournal;
// Модуль: "w:\common\components\rtl\Garant\DA\daJournal.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TdaJournal" MUID: (559A3BD901CC)
{$Include w:\common\components\rtl\Garant\DA\daDefine.inc}
interface
uses
l3IntfUses
, l3ProtoObject
, daInterfaces
, l3Tree
, daTypes
, l3Date
, l3Tr... |
unit Control.Entregas;
interface
uses Model.Entregas, System.SysUtils, FireDAC.Comp.Client, Forms, Windows, Common.ENum;
type
TEntregasControl = class
private
FEntregas : TEntregas;
public
constructor Create;
destructor Destroy; override;
function Gravar: Boolean;
function Localizar(aParam... |
unit UnitFoldedBitsIDe;
interface
uses ToolsApi, System.Classes;
type
TIdeFoldedBitsIDE = class(TNotifierObject, IOTAWizard)
private
procedure Execute;
function GetIDString: string;
function GetName: string;
function GetState: TWizardState;
public
end;
TKeyboardOTABinding = class(TNotifi... |
unit App;
{ Based on 020_cube_mapping.cpp example from oglplus (http://oglplus.org/) }
{$INCLUDE 'Sample.inc'}
interface
uses
System.Classes,
Neslib.Ooogles,
Neslib.FastMath,
Sample.App,
Sample.Geometry;
type
TCubeMappingApp = class(TApplication)
private
FProgram: TGLProgram;
FVerts: TGLBuffe... |
{***********************************************************************************************************************
*
* TERRA Game Engine
* ==========================================
*
* Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com)
*
***************************************************... |
{
File: HFSVolumes.p
Contains: On-disk data structures for HFS and HFS Plus volumes.
Version: Technology: Mac OS 8.1
Release: Universal Interfaces 3.4.2
Copyright: © 1984-2002 by Apple Computer, Inc. All rights reserved.
Bugs?: For bug reports, cons... |
unit uEqualizer;
interface
uses
SysUtils, Classes, Dialogs, Graphics, Windows, Forms, ExtCtrls, Controls,
fQIPPlugin, u_common, IniFiles,
About, Options, BassPlayer, Info, Volume, Recording, Equalizer, EditStations,
FastAddStation,
DownloadFile;
const
EQ_REVERB = 19;
type
{ EqHz }
TEqHz = class
pu... |
unit uConfiguracao;
interface
uses
FireDac.Comp.Client, IdHashMessageDigest, FMX.TabControl;
Type
TFuncoes = class
class procedure ClonarDataSet(const ADataSet: TFDMemTable; const AQuery: TFDQuery);
end;
TMudarAba = record
procedure ClienteInicio(AbaInicial: TChangeTabAction);
end;
TBairroSelec... |
unit SubscriptionsService;
interface
uses
JunoApi4Delphi.Interfaces, Data.DB;
type
TSubscriptions = class(TInterfacedObject, iSubscriptions)
private
FBilling : iBilling<iSubscriptions>;
FSplit : iSplit<iSubscriptions>;
public
constructor Create;
destructor Destroy; o... |
unit _3DScene;
interface
uses _Types, Types, Graphics, _3DCameraView, _Utils, Classes;
type
T3DTriangle = class
RP: array [1..3] of T3DPoint;
RV: array [1..3] of Boolean;
BColor, PColor: TColor;
SP: array [1..3] of TPoint;
ClockWise: Boolean;
LSP,RSP: array [1..3] of TPoint... |
unit taito_cchip;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
rom_engine,upd7810,cpu_misc,main_engine,timer_engine;
type
cchip_chip=class
constructor create(clock:dword;frame:word);
destructor free;
public
upd7810:cpu_upd7810;
function asic_r(direccion:word):byte;
... |
unit GX_EditBookmark;
interface
uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
StdCtrls,
GX_BaseForm;
type
TfmEditBookmarks = class(TfmBaseForm)
ed_Line: TEdit;
l_BmIndex: TLabel;
cmb_BmIndex: TComboBox;
l_Module:... |
{ CoreGraphics - CGDataProvider.h
* Copyright (c) 1999-2004 Apple Computer, Inc.
* All rights reserved.
}
{ Pascal Translation Updated: 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 macp... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
{ ----------------------------------------------------------------------------
zbnc - Multi user IRC bouncer
Copyright (c) Michael "Zipplet" Nixon 2009.
Licensed under the MIT license, see license.txt in the project trunk.
Unit: zipplet.pas
Purpose: Random functions (to be sorted later)
-------------------... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit mgLngLst;
(*
//
// module: mglnglst.pas
// author: Mickael P. Golovin
//
// Copyright (c) 1997-2000 by Archivarius Team, free for non commercial use.
//
// $Id: mglnglst.pas,v 1.2 2014/08/21 07:02:08 lulin Exp $
//
*)
{$I m0Define.inc}
interface
uses
Windows,
Messages,
SysUtils,
Consts,
Classes,
l3... |
unit Framework.Interfaces;
interface
uses
System.SysUtils;
type
IDataValidator = interface(IInterface)
['{D022EC8D-13B4-4BA0-96EE-C4E14E022696}']
function Parse(const AValue: Variant): Boolean;
end;
IValidationRule = interface(IInterface)
['{7CD39036-1AB4-4D63-BDD7-E14D2AE76396}']
... |
unit K619338871;
{* [Requestlink:619338871] }
// Модуль: "w:\common\components\rtl\Garant\Daily\K619338871.pas"
// Стереотип: "TestCase"
// Элемент модели: "K619338871" MUID: (56E010DE0110)
// Имя типа: "TK619338871"
{$Include w:\common\components\rtl\Garant\Daily\TestDefine.inc.pas}
interface
{$If Defined(nsTest)... |
unit uxmldoc;
{
Ollivier Civiol - 2019
ollivier@civiol.eu
https://ollivierciviolsoftware.wordpress.com/
}
{$MODE Delphi}
//
// XmlDoc : XMlDocument, Ollivier Civiol 2014
//
interface
{$define O_INLINE}
uses
Classes, SysUtils, OXmlReadWrite, Variants;
const
XML_CDATA = 'CDATA';
XML_COMMENT = 'COMMENT';... |
program LamwinoDemo2; {by Lamwino: Lazarus Arduino Module Wizard}
{
Assumptions:
- LED connected to PIN 13 [PortB bit 5]
- Switch/PushButton connected to PIN 2 [PORTD bit 2]
- ref. http://brittonkerin.com/cduino/xlinked_source_html/lesson3.c.html
-My experiment assembly: https://od.lk/f/Ml8xMTIzOD... |
// ************************************************************************ //
// Les types déclarés dans ce fichier ont été générés à partir de données lues
// depuis le fichier WSDL décrit ci-dessous :
// WSDL : D:\Documents\Embarcadero\Studio\Projets\rennes - paris\17-web-soap\Idemos.xml
// >Importer : D:\D... |
unit NewNotebook;
{
Inno Setup
Copyright (C) 1997-2008 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
TNewNotebook component
$jrsoftware: issrc/Components/NewNotebook.pas,v 1.4 2008/10/08 23:23:02 jr Exp $
}
{$IFDEF VER90}
{$DEFINE DELPHI2}
{$ENDIF}
i... |
unit uAsync;
{$mode objfpc}
{$H+}
{ Thread based Async TCP Socket
Ultibo (C) 2015 - SoftOz Pty Ltd. LGPLv2.1 with static linking exception
FPC (c) 1993-2015 Free Pascal Team. Modified Library GNU Public License
Lazarus (c) 1993-2015 Lazarus and Free Pascal Team. ... |
unit ObjFactory;
interface
uses
SysUtils, Classes;
type
EFactoryException = class(Exception);
TBaseObject = class(TObject)
public
constructor Create; virtual; abstract;
end;
TBaseClass = class of TBaseObject;
TObjectFactory = class(TObject)
private
FItems: TStringList;
protected
public... |
unit MP3Reader;
interface
uses
Windows, mmSystem,
DShow, // Download this (DXMedia) and all DX headers (required) from http://delphi-jedi.org/delphigraphics/jedi-index.htm
FIFO;
// http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/Resources.htm
type
TMP3Reader =
class
... |
unit Unit1;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, Forms,
StdCtrls, Buttons, Dialogs;
type
TForm1 = class(TForm)
CboURL: TComboBox;
Label1: TLabel;
BtnUpload: TBitBtn;
OpenDialog1: TOpenDialog;
EdtUser: TEdit;
EdtPW: TEdit;
Label2: TLabel;
... |
unit MultiLog;
{$REGION 'Xls: Comments section'}
{§< @HTML(
<b>Main unit of the Multilog logging system.</b> <br>
<span style="color: #4169E1;">author of MultiLog: Luiz Américo Pereira Câmara; pascalive@bol.com.br</span> <br><br>
<div style="border: solid windowtext .5pt; padding: 1.0pt 4.0pt 1.0pt 4.0pt;">
nb1: all... |
unit Cloud.Core;
interface
uses
System.SysUtils,
System.Classes,
System.IOUtils,
System.JSON,
App.Intf,
DEX.Types,
Cloud.Types,
Cloud.Consts,
Cloud.Client,
Cloud.Log,
Cloud.Utils;
type
TInfoProc = reference to procedure(const Info: TCloudResponseInfo);
TErrorProc = refe... |
{ *********************************************************** }
{ * TForge Library * }
{ * Copyright (c) Sergey Kasandrov 1997, 2018 * }
{ *********************************************************** }
unit tfEngines;
interface
{$I TFL.inc}
uses
Sy... |
unit Model.Acareacoes;
interface
uses
Common.ENum, FireDAC.Comp.Client,System.SysUtils, DAO.Conexao, Control.Sistema;
type
TAcareacoes = class
private
FSequencia: Integer;
FId: String;
FData: TDateTime;
FNossonumero: String;
FEntregador: Integer;
FBase: Integer;
... |
PROGRAM SLISTDEMO;
TYPE
Nodeptr = ^Listnode;
Listnode = RECORD
data : Integer;
next : Nodeptr
END;
VAR Slhead : Nodeptr;
VAR Nd : Nodeptr;
VAR ind : Integer;
FUNCTION MkListnode(d : Integer) : Nodeptr;
VAR np : Nodeptr;
BEGIN
New(np);
IF NOT Assigned(np) THEN
BEGIN
np := NIL;
Writeln('Memory Allocation Error... |
unit ManagementSheet;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, VisualControls, ObjectInspectorInterfaces, PercentEdit,
GradientBox, FramedButton, SheetHandlers, ExtCtrls,
InternationalizerComponent;
const
tidCurrBlock = 'CurrBlock';
tidSecurity... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.