text stringlengths 14 6.51M |
|---|
unit parser_types;
interface
type
THTMLParserTagType = (
pttNone,
pttStartTag,
pttEndTag,
pttEmptyTag,
pttContent,
pttComment,
pttCDATA
);
PHTMLParser_Attribute = ^THTMLParser_Attribute;
THTMLParser_Attribute = record
Name: AnsiString;
Value: AnsiString;
end;
... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls,
LCLProc, LCLType, LCLIntf, Math;
type
{ TForm1 }
TForm1 = class(TForm)
Panel1: TPanel;
Timer1: TTimer;
procedure FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
... |
unit TestuProtoBufRawIO;
{
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
{$IFDEF FPC}
fpcunit, testregistry,
... |
{
$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 Model.FinanceiroEmpresa;
interface
uses Common.ENum, FireDAC.Comp.Client;
type
TFinanceiroEmpresa = class
private
FID: Integer;
FSequencia: Integer;
FTipoConta: String;
FBanco: String;
FAgencia: String;
FConta: String;
FOperacao: String;
FAcao: TAcao;
public
property ID... |
{*******************************************************}
{ Проект: Repository }
{ Модуль: uBaseOptionsService.pas }
{ Описание: Базовая реализация IOptionsService }
{ Copyright (C) 2015 Боборыкин В.В. (bpost@yandex.ru) }
{ ... |
{$REGION 'Copyright (C) CMC Development Team'}
{ **************************************************************************
Copyright (C) 2015 CMC Development Team
CMC 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 ... |
unit ssSocketConnection;
interface
uses
SysUtils, Classes, DB, DBClient, MConnect, SConnect, ExtCtrls, Messages, dialogs;
type
TssErrConnEvent = procedure(Sender: TObject; ACode: Integer) of object;
TssSocketConnection = class(TSocketConnection)
private
FDBID: integer;
FDBConnecte... |
{$include lem_directives.inc}
unit GameConfigScreen;
interface
uses
Windows, Classes, SysUtils, Controls,
StrUtils, Dialogs,
UMisc,
Gr32, Gr32_Image, Gr32_Layers,
LemCore,
LemTypes,
LemStrings,
LemLevelSystem,
LemGame,
GameControl,
{$ifdef flexi}LemDosStructures,{$endif}
Lem... |
unit TextModifierFunctions;
{$MODE objfpc}{$J-}{$H+}
interface
function StrUp(text: string): string;
function Wiggle(text: string): string;
implementation
function StrUp(text: string): string;
begin
result := Upcase(text);
end;
function Wiggle(text: string): string;
var
state: boolean = true; (* true = up... |
{******************************************************************************}
{ }
{ Library: Fundamentals TLS }
{ File name: flcTLSSessionID.pas ... |
{
$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... |
{******************************************************************************}
{ }
{ Library: Fundamentals TLS }
{ File name: flcTLSKeyExchangeParams.pas ... |
{ Date Created: 5/22/00 11:17:33 AM }
unit InfoLIENTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoLIENRecord = record
PLienID: Integer;
PModCount: String[1];
PName: String[30];
PAddr: String[30];
PCityStZip: String[30];
PPhone: St... |
unit GX_About;
{$I GX_CondDefine.inc}
interface
uses
Windows, Classes, Controls, Forms, StdCtrls, ExtCtrls, GX_BaseForm;
type
TfmAbout = class(TfmBaseForm)
lblGExperts: TLabel;
btnClose: TButton;
lblVersion: TLabel;
pnlLogo: TPanel;
imgLogo: TImage;
btnEmail: TButton;
... |
unit TTSNOTRECAPTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSNOTRECAPRecord = record
PCategory: String[8];
PDescription: String[30];
PItemCount: Integer;
PStage1: Integer;
PStage2: Integer;
PStage3: Integer;
PStage4: Integer;... |
unit DAO.Base;
interface
uses FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Model.Base;
type
TBaseDAO = class
private
FConexao : TConexao;
public
constructor Create;
function Inserir(ABases: TBase): Boolean;
function Alterar(ABases: TBase): Boolean;
function Excluir(ABases: TBase): Boo... |
unit jc.Utils;
interface
uses
Windows, Messages, SysUtils, Classes;
function getPathApplication(ACustomDir: String = '';
ACustomFile: String = ''): String;
Function getStringNameEXE(const ACustomFile: String = ''): String;
Function ExtractName(const Filename: String): String;
... |
unit Newspapers;
interface
uses
ModelServerCache, CacheAgent, Kernel;
const
tidCachePath_Newspapers = 'Newspapers\';
type
TNewspaper =
class
private
fName : string;
fTown : TTown;
public
property Name : string read fName write fName;
pr... |
{***********************************************************************************************************************
*
* TERRA Game Engine
* ==========================================
*
* Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com)
*
**********************************************************... |
{
classes that implement the player functions for FMOD library
written by Sebastian Kraft
sebastian_kraft@gmx.de
This software is free under the GNU Public License
(c)2005-2008
}
unit fmodplayer;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
{$ifdef win32} fmoddyn, {$endif}
{$ifdef unix... |
unit UCTRLNoAccount;
{$mode delphi}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
Buttons, UCommon.UI, UCoreObjects;
type
{ TCTRLNoAccounts }
TCTRLNoAccounts = class(TApplicationForm)
btnGetAcc: TBitBtn;
lblGetFirstAccount: TLabel;
private
FPBalanc... |
unit Pessoa;
interface
type
TPessoa = class
private
FIdade: Integer;
FNome: String;
FTelefone: String;
procedure SetIdade(const Value: Integer);
procedure SetNome(const Value: String);
procedure SetTelefone(const Value: String);
public
constructor Create;
p... |
unit TicklerGlobals;
interface
uses TicklerTypes, ffsUserTable;
var
CurrentUser : TffsUserRecord;
CurrentLend : TLenderInfoRecord;
GlobalZoom : integer;
CurrentSemaphore: Integer;
// User
procedure SetBackDoorUser;
procedure ClearCurrentUser;
function FormatZip(z:string):string;
proced... |
unit mmmReferencePharmaceuticalInformation;
{* Справочная фармацевтическая информация }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Medic\mmmReferencePharmaceuticalInformation.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TmmmReferencePharmaceuticalInformation" MUID: (490C47190273)
{$Include w:\g... |
unit U_SortClass;
interface
uses
U_Sort.DTO.Retangle, U_SortInterface,
FMX.Layouts, System.UITypes, System.SysUtils, FMX.Forms, System.Classes;
type
TSortClass = class(TInterfacedObject, ISortInterface)
private
const
fQtdRet : Integer = 50;
var
fCor : Cardinal;
fCorBorda : Cardinal;... |
unit uMap;
interface
uses
Windows, SysUtils, StrUtils, Classes, Graphics, Dialogs, Controls,
// selfmade units
uImage, uTileMask, uActors, uMapCommon, uNPC, uSigns, uCommon, uFOVHeader,
uHint, UItems, Ammunition;
const
arsize = 511;
ScrWd = 800;
ScrHg = 600;
type
TLightSource = cla... |
unit SelTalle;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, ActnList, ImgList, Menus, ComCtrls, ToolWin, Grids, DBGrids,
Db, DBTables, StdCtrls;
type
TFSelTalle = class(TForm)
MainMenu1: TMainMenu;
Ventana1: TMenuItem;
Salir1: TMenuItem;
O... |
unit pageloader;
{$mode delphi}
interface
uses
Classes, SysUtils,
browsermodules, browserconfig;
type
{ TPageLoader }
TPageLoader = class
public
Contents: string;
LastPageURL: string;
ContentsList: TStringList;
DebugInfo: TStringList;
constructor Create;
destructor Destroy; overr... |
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie
All rights reserved.
For more info see: Copyright.txt
[=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
(*
Sorting Array of TEA using... |
unit UPCBankStorage;
interface
uses
UStorage, UPCBank;
type
TPCBankStorage = class
private
FStorage : TStorage;
FStorageClass: TStorageClass;
FBank : TPCBank;
{$IF DEFINED(CIRCULAR_REFERENCE_PROBLEM)}
procedure SetBank(const Value: TPCBank);
{$ENDIF}
function GetStorage: TStorage... |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... |
unit eInterestSimulator.Controller.Sistema;
interface
uses
eInterestSimulator.Controller.Interfaces, System.Generics.Collections,
eInterestSimulator.Model.Interfaces;
type
TControllerSistema = class(TInterfacedObject, iControllerSistema)
private
FDicionarioSistemas: TDictionary<TTypeSistema, iSistema>;
... |
unit karnov_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
m68000,main_engine,controls_engine,gfx_engine,rom_engine,pal_engine,
ym_2203,ym_3812,m6502,sound_engine,mcs51;
function iniciar_karnov:boolean;
implementation
const
//Karnov
karnov_rom:array[0..5] of tipo_roms=(
(n:'dn0... |
{
$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... |
{
DBAExplorer - Oracle Admin Management Tool
Copyright (C) 2008 Alpaslan KILICKAYA
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 3 of the License, or
(at... |
{$I tdl_dire.inc}
{$IFDEF USEOVERLAYS}
{$O+,F+}
{$ENDIF}
unit tdl_cons;
{Implements mechanisms for interacting with the user,
including a message console, simple pop-up dialogs, etc.}
interface
uses
objects,
strings,
TDL_glob,
TDL_conf,
totSYS,
totWIN,
totFAST,
totMSG,
totLOOK,
totIO1,
support... |
{ *************************************************************************** }
{ }
{ This file is part of the XPde project }
{ }
... |
{
Clever Internet Suite
Copyright (C) 2014 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clOAuth;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes, SysUtils, Dialogs, ShellAPI, Windows,{$IFDEF DEMO} Forms, clEncoder, clEncryptor, clCertificate, clHtmlParser,{$ENDIF}
{$ELSE... |
// Set Component Properties Expert
// Original Author: Robert Wachtel (rwachtel@gmx.de)
unit GX_SetComponentProps;
{$I GX_CondDefine.inc}
interface
uses
Classes, Controls, ToolsAPI, GX_OtaUtils;
type
TSetComponentPropsNotifier = class(TBaseIdeNotifier, IOTAIDENotifier50)
private
FOutputMes... |
unit WorldTest1Form;
interface
uses
Kernel, Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, Population, ToolWin, ExtCtrls, World, Menus, Buttons, StdCtrls;
type
TWorldTestForm = class(TForm)
MapImage: TImage;
PopupMenu: TPopupMenu;
Panel3: TPanel;
SpeedButton... |
unit SensorFrame;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, IniFiles, Misc;
type
TFrameSensor = class(TFrame)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
gbSensor: TGroupBox;
edFactoryNum: T... |
unit l3Units;
{* Модуль описывающий работу с различными единицами измерения. }
{ Библиотека "Эверест" }
{ Автор: Люлин А.В. © }
{ Модуль: l3Units - работа с различными единицами измерения}
{ Начат: 12.12.96 }
{ $Id: l3Units.pas,v 1.32 2014/05/20 16:49:24 lulin Exp $ }
// $Log: l3Units.pas,v $
// Revision 1.32 2014/... |
unit uWebPages;
interface
uses
// Indy
IdContext, IdCustomHTTPServer, IdHttpServer;
procedure RegisterWebPage(const AFileName: string; AEvent: TIdHTTPCommandEvent);
procedure UnRegisterWebPage(const AFileName: string);
function ExecuteWebPage(const AFileName: string; AContext: TIdContext;
... |
unit Constants;
interface
const
pickaxeType = $0E85;
ingotType = $1BEF;
oneOrePileType = $19B7;
twoOresPileType = $19BA;
threeOresPileType = $19B8;
fourOresPileType = $19B9;
oneSausageType = $09C0;
luteType = $0EB3;
logPileType = $1BDD;
tinkerToolsType = $1EBC;
... |
unit tests.generics.dictionary;
{$mode objfpc}
interface
uses
fpcunit, testregistry, Classes, SysUtils, Generics.Defaults, Generics.Collections;
Type
TMySimpleDict = Class(Specialize TDictionary<Integer,String>);
{$IFDEF FPC}
EDictionary = EListError;
TMyPair = specialize TPair<Integer,String>;
{$ENDIF}
{... |
unit vg_platform_win;
interface
uses
Windows, CommDlg, Messages, Variants, ActiveX, MMSystem, ShellAPI,
MultiMon, Classes, SysUtils, vg_scene, vg_forms;
type
{$IFDEF FPC}
TvgLongint = DWORD;
{$ELSE}
TvgLongint = Longint;
{$ENDIF}
MySTGMEDIUM = record // for compatible
Tymed : DWord;
Case In... |
//
// ABActionsC.h
// AddressBook Framework
//
// Copyright (c) 2003 Apple Computer. All rights reserved.
//
{ Pascal Translation: Peter N Lewis, <peter@stairways.com.au>, 2004 }
{
Modified for use with Free Pascal
Version 210
Please report any bugs to <gpc@microbizz.nl>
}
{$mode macpas}
{$packenum... |
unit TimerUtils;
// Copyright (c) 1996 Hitzel Cruz & Jorge Romero Gomez, Merchise.
interface
{$LONGSTRINGS ON}
{$BOOLEVAL OFF}
uses
Windows, MMSystem, Messages, SysUtils, Classes, Forms;
// Timers --------------------------------------------------------------------------------------
type
ETimerE... |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// author this port to delphi - Marat Shaymardanov, Tomsk 2007, 2018
//
// You can freely use this code in any project
// if sending any postcards with postage stamp... |
unit save_rtf_dialog;
interface
uses Messages, Windows, SysUtils, Classes, Controls, StdCtrls, Graphics,
ExtCtrls, Buttons, Dialogs;
type
TOpenPictureDialog = class(TSaveDialog)
private
SkipImages, SkipCover, SkipDescr, EncCompat, ImgCompat:TCheckBox;
FChecksPanel: TPanel;
function GetSkipImages:boo... |
unit IdHeaderCoderPlain;
interface
{$i IdCompilerDefines.inc}
uses
IdGlobal, IdHeaderCoderBase;
type
TIdHeaderCoderPlain = class(TIdHeaderCoder)
public
class function Decode(const ACharSet: string; const AData: TIdBytes): String; override;
class function Encode(const ACharSet, AData: Stri... |
unit uGame;
interface
uses
glr_core,
uPlayer,
uGUI;
type
{ TGame }
TGame = class (TglrGame)
protected
Gui: TArenaGUIManager;
Player: TArenaPlayer;
public
procedure OnFinish; override;
procedure OnInput(Event: PglrInputEvent); override;
procedure OnPause; overri... |
unit uOrcamentoVO;
interface
uses
System.SysUtils, uOrcamentoItemVO, uOrcamentoItemModuloVO, uOrcamentoOcorrenciaVO,
uOrcamentoVectoVO, System.Generics.Collections,
uClassValidacao, uOrcamentoEmailVO, uKeyField, uTableName, uUsuarioVO, uTipo,
uTipoVO, uClienteVO, uContatoVO;
type
[TableName('Orcamento')]
... |
unit timer_engine;
interface
uses dialogs;
const
MAX_TIMERS=14;
type
exec_type_param=procedure(param0:byte);
exec_type_simple=procedure;
ttimers=record
execute_param:exec_type_param; //call function
execute_simple:exec_type_simple; //sound call function
time_final:single; ... |
unit Protocol;
interface
type
TVisualClassId = word;
TCompanyId = word;
const
NullObject = 0;
const
MapChunkSize = 64;
const
RepSeparator = ':';
ScopeSeparator = '::';
StatusTextSeparator = ':-:';
LineBreak = #13#10;
TabSpace = #9;
... |
unit URLUtils;
interface
uses
Windows;
const
InvalidTime : TFileTime = ( dwLowDateTime : 0; dwHighDateTime : 0 );
type
TDownloadNotifyProc = function ( Progress: Longint; ProgressMax : Longint; StatusCode: Longint; StatusText: PWideChar ) : HRESULT of object;
function GetURLLastModified( const ... |
unit MainForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Grids, API, DeleteForm, EditForm,
SearchForm;
type
TForm1 = class(TForm)
Label1: TLabel;
SortBy: TComboBox;
MainTa... |
unit libswresample;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
Uses
ffmpeg_types, libavutil;
{$I ffmpeg.inc}
(* *
* @defgroup lswr libswresample
* @{
*
* Audio resampling, sample format conversion and mixing library.
*
* Interaction with lswr is done through SwrContext, which is
* allocated wit... |
unit MFichas.Model.Venda.State.Finalizar;
interface
uses
System.SysUtils,
MFichas.Model.Venda.Interfaces;
type
TModelVendaStateFinalizar = class(TInterfacedObject, iModelVendaMetodos)
private
constructor Create;
public
destructor Destroy; override;
class function New: iModelVendaMetodos;
f... |
{ Date Created: 5/22/00 11:17:33 AM }
unit InfoPULLLISTLOOKUPTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoPULLLISTLOOKUPRecord = record
PItemNumber: String[1];
PSI: String[2];
PDescription: String[20];
PAbbreviation: String[12];
End;
... |
unit RESTRequest4D.Request.Params;
interface
uses RESTRequest4D.Request.Params.Intf, REST.Client, REST.Types, System.Classes;
type
TRequestParams = class(TInterfacedObject, IRequestParams)
private
FParams: TStrings;
FRESTRequest: TRESTRequest;
function Clear: IRequestParams;
function Add(const AN... |
unit evGraphicFileSupport;
interface
uses
Classes,
imageenio;
const
cioSupportedGraphicsFiles = [ioBMP, ioJPEG, ioGIF, ioPNG];
function evIsGraphicFile(const aFileName: string): Boolean;
function evIsGraphicFileStream(const aStream: TStream): Boolean;
function evAddSupportedGraphicsFilters(const aSource: str... |
unit FindUnit.DelphiVlcWrapper;
interface
uses
Windows;
type
TDelphiVLCWrapper = class(TObject)
private
class procedure FindEditorHandle;
public
class function GetEditorRect: TRect;
end;
implementation
uses
Classes, Messages;
var
FFound: Boolean;
FEditHandler: Cardinal;
{ TDelphiVLCWrapper ... |
TObject = class
constructor Create;
procedure Free;
end;
TPersistent = class(TObject)
procedure Assign(Source: TPersistent);
end;
TComponent = class(TPersistent)
function FindComponent(AName: String): TComponent;
constructor Create(AOwner: TComponent);
property Owner: TComponent; read write;
procedure D... |
{ Date Created: 5/25/00 5:01:01 PM }
unit InfoDIRYCODETable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoDIRYCODERecord = record
PCode: String[6];
PDescription: String[30];
PLeadTime: String[4];
End;
TInfoDIRYCODEBuffer = class(TDataBuf)
... |
unit uModel.Dao.TV;
interface
uses
uEntityTV,
FireDAC.Comp.Client, uFiredac;
type
TModelDaoTV = class
private
Firedac : TFiredac;
FThis: TEntityTV;
FDS_TVs: TFDMemTable;
FDS_ProdutosNotTV: TFDMemTable;
FDS_ProdutosCadTV: TFDMemTable;
public
constructor Create;
... |
unit fcLinesEditor;
{
//
// Property editor for line editing
//
// Copyright (c) 1999 by Woll2Woll Software
}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, fcCommon, ComCtrls;
type
TLinesEditorForm = class(TForm)
OKButton: TButton;
CancelButton: TBut... |
{ Subroutine SST_MEM_ALLOC_NAMESP (SIZE,P)
*
* Allocate memory that will be tied to the current most local name space.
* SIZE is the amount of memory to allocate, and P is returned pointing to the
* start of the new memory area.
}
module sst_MEM_ALLOC_NAMESP;
define sst_mem_alloc_namesp;
%include 'sst2.ins.pas'... |
unit NLDPictureReg;
interface
uses Classes, NLDPicture;
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('NLDelphi', [TNLDPicture]);
end;
end.
|
unit DAO.FinanceiroEmpresa;
interface
uses FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Model.FinanceiroEmpresa;
type
TFinanceiroEmpresaDAO = class
private
FConexao: TConexao;
public
constructor Create();
function GetID(iID: Integer): Integer;
function Insert(aFinanceiros: TF... |
unit bubblebobble_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,main_engine,controls_engine,gfx_engine,ym_2203,ym_3812,
m680x,rom_engine,pal_engine,sound_engine;
function iniciar_bublbobl:boolean;
implementation
const
bublbobl_rom:array[0..1] of tipo_roms=(
(n:'a78-06-1.51';l:$80... |
unit App;
{ Based on 020_shaded_objects.cpp example from oglplus (http://oglplus.org/) }
{$INCLUDE 'Sample.inc'}
interface
uses
System.Classes,
Neslib.Ooogles,
Neslib.FastMath,
Sample.App,
Sample.Geometry;
type
TShape = class abstract
private
FProgram: TGLProgram;
FVerts: TGLBuffer;
FNorm... |
unit Unit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Effects,
FMX.Filter.Effects, FMX.StdCtrls, FMX.Layouts;
type
TForm1 = class(TForm)
ImageControl1: TImageControl;
Layout1: TLayo... |
unit jc.logFile;
interface
uses
Classes, SysUtils, jc.Libs.Interfaces;
type
TjcLog = class(TInterfacedObject, IJcLog)
private
class var FError: Exception;
class var FSender: TObject;
FCustomMsg: String;
FDirPath: String;
FFileName: string;
public
constructor Create;
destructor Des... |
namespace Sugar.Json;
interface
uses
Sugar,
Sugar.Json,
Sugar.Collections,
{$IF ECHOES}
System.Linq;
{$ELSEIF COOPER}
com.remobjects.elements.linq;
{$ELSEIF TOFFEE}
Sugar.Linq,
RemObjects.Elements.Linq;
{$ENDIF}
type
JsonArray = public class (JsonNode, ISequence<JsonNode>)
private
fIte... |
(*
* iocp WebSocket 服务消息 JSON 封装单元
*)
unit iocp_WsJSON;
interface
{$I in_iocp.inc}
uses
{$IFDEF DELPHI_XE7UP}
Winapi.Windows, System.Classes,
System.SysUtils, System.Variants, Data.DB, {$ELSE}
Windows, Classes, SysUtils, Variants, DB, {$ENDIF}
iocp_base, iocp_senders, iocp_msgPacks;
type
// 说明:这是简单的 ... |
unit RunUtils;
interface
function GetCommandApp( const CommandLine : string ) : string;
function GetCommandParams( const CommandLine : string ) : string;
implementation
uses
StrUtils;
function GetCommandApp( const CommandLine : string ) : string;
var
SpacePos : integer;
begin
... |
unit ScrollF;
interface
uses
Qt, SysUtils, Classes, QGraphics, QControls, QForms, QDialogs;
type
TForm2 = class(TForm)
procedure FormPaint(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form2: TForm2;
implementation
{$R *.xfm}
procedure TForm2.F... |
unit G2Mobile.View.Clientes;
interface
uses
System.SysUtils,
System.Types,
System.UITypes,
System.Classes,
System.Variants,
FMX.Types,
FMX.Controls,
FMX.Forms,
FMX.Graphics,
FMX.Dialogs,
FMX.ListView.Types,
FMX.ListView.Appearances,
FMX.ListView.Adapters.Base,
FMX.Objects,
FMX.StdCtrls,
... |
unit HashPool;
interface
uses HashUnit;
//note pour Mestoph -> dans SetHashSize la taille choisit doit etre "arrondi" au prochain nombre premier pour la meilleure efficacité
type
PHashItem=^THashItem;
THashItem=record
This:Pointer; //pointeur sur l'objet
HashCode:Cardina... |
unit uOrcamentoEmailVO;
interface
uses
uKeyField, uTableName, System.Generics.Collections;
type
[TableName('Orcamento_Email')]
TOrcamentoEmailVO = class
private
FEmail: string;
FId: Integer;
FIdOrcamento: Integer;
procedure SetEmail(const Value: string);
procedure SetId(const Value: Integ... |
unit GameMaster;
interface
uses
GMKernel, Collection;
type
TOnCustomerAdded = procedure (Idx : integer; Alias, Info : string ) of object;
TOnCustomerMessage = procedure (Idx : integer; Msg : string ) of object;
TOnCustomerRemoved = procedure (Idx : integer ) of object;
TOnQueryUsersStatu... |
unit frmMainU;
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.StdCtrls, FMX.Edit, FMX.Controls.Presentation, FMX.ImageSlider,
FMX.Layouts, FMX.ListBox, FMX.ScrollBox, FMX.Memo, FMX.C... |
unit fpcorm_common_constants;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
const
{ Byte 0 .. 255 }
c_fo_MinByte: Byte = Low(Byte);
c_fo_MaxByte: Byte = High(Byte);
{ ShortInt -128 .. 127 }
c_fo_MinShortInt: ShortInt = Low(ShortInt);
c_fo_MaxShortInt: ShortInt = High(ShortInt);
{ SmallInt -3... |
unit TTSCOLSRTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSCOLSRRecord = record
PLenderNum: String[4];
PCifFlag: String[1];
PLoanNum: String[20];
PColNum: SmallInt;
PEntryNum: String[1];
PSearchKey: String[15];
PBranch: String... |
unit UnitFrmOptions;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, Vcl.ComCtrls,
Vcl.ExtCtrls, Vcl.Menus;
type
TfrmOptions = class(TForm)
lblAutoSaveInterval: TLabel;
e... |
{
$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 ContentsKeywordsPack;
{* Набор слов словаря для доступа к экземплярам контролов формы Contents }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\Document\Forms\ContentsKeywordsPack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "ContentsKeywordsPack" MUID: (4A9D51C4026F_Pack)
{$Include... |
{
Wham Packet implementation
updates:
--------
7th Aug 96 - 23:52 - almost ok...
12th Aug 96 - 12:17 - seems like finished...
4th Sep 96 - 02:32 - Some fixes...
}
unit Wham;
interface
uses
Objects,WTypes;
const
WHAMSign = $4D414857; { wham signature }
wptNormal = 0; { normal mail packet }
wptReply ... |
unit UMetodosGerais;
interface
uses
System.SysUtils, System.Classes, Datasnap.DSServer,
Datasnap.DSAuth, Datasnap.DSProviderDataModuleAdapter, 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,... |
{$include lem_directives.inc}
unit LemDosAnimationSet;
interface
uses
Classes, SysUtils,
UMisc, GR32,
LemCore,
LemTypes,
LemDosStructures,
LemDosCmp,
LemDosBmp,
LemMetaAnimation,
LemAnimationSet;
const
LTR = False;
RTL = True;
const
{---------------------------------------... |
unit GlassVoiceLaunchUnit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.Sensors,
FMX.StdCtrls, FMX.Sensors, FMX.Objects, FMX.Ani, Generics.Collections;
type
TForm2 = class(TForm)
Style... |
unit m3DBProxyWriteStream;
{* Поток, пишущий в базу }
// Модуль: "w:\common\components\rtl\Garant\m3\m3DBProxyWriteStream.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "Tm3DBProxyWriteStream" MUID: (49BFC520008A)
{$Include w:\common\components\rtl\Garant\m3\m3Define.inc}
interface
uses
l3IntfUses
, m3DBPro... |
unit jackal_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
m6809,main_engine,controls_engine,gfx_engine,ym_2151,rom_engine,
pal_engine,sound_engine;
function iniciar_jackal:boolean;
implementation
const
jackal_rom:array[0..1] of tipo_roms=(
(n:'j-v02.rom';l:$10000;p:$0;crc:$0b7e0584),(... |
{ ***************************************************************************
Copyright (c) 2016-2020 Kike Pérez
Unit : Quick.HttpServer.Types
Description : Http Server Types
Author : Kike Pérez
Version : 1.8
Created : 30/08/2019
Modified : 26/03/2020
This file is part of Quick... |
unit DelphiUp.View.Components.Button004;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts,
DelphiUp.View.Components.Buttons.Interfaces, FMX.... |
{
Clever Internet Suite
Copyright (C) 2014 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clSoapHttpWebNode;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes, WebNode, WSDLNode, IntfInfo, SOAPAttachIntf, WSDLIntf,
{$ELSE}
System.Classes, Soap.WebNode, Soap.WSDLNode, Soap.... |
{ *************************************************************************** }
{ }
{ This file is part of the XPde project }
{ }
... |
unit uGnLog;
interface
uses
System.SysUtils, System.IOUtils, uGnGeneral;
type
TLog = class
class procedure Init;
class procedure Log(const AMsg: string); overload;
class procedure Log(const AMsg: string; AArgs: array of const); overload;
end;
implementation
const
cFileName... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.