text stringlengths 14 6.51M |
|---|
(*
Name: BaseKeyboards
Copyright: Copyright (C) 2003-2017 SIL International.
Documentation:
Description:
Create Date: 16 Apr 2014
Modified Date: 16 Apr 2014
Authors: mcdurdin
Related Files:
Dependencies:
Bugs:
Todo:
Notes:
History: 16 Apr 2014 - m... |
unit Amazon.Environment;
interface
Uses {$IFNDEF FPC}
System.SysUtils;
{$ELSE}
SysUtils;
{$ENDIF}
const
AWS_REGION = 'AWS_REGION';
AWS_ACCESS_KEY_ID = 'AWS_ACCESS_KEY_ID';
AWS_SECRET_ACCESS_KEY = 'AWS_SECRET_ACCESS_KEY';
AWS_CREDENTIAL_FILE = 'AWS_CREDENTIAL_FILE';
AWS_PROFILE = 'AWS_PROFILE';
type
... |
unit adot.Tools.Performance;
{
TTiming = class
Time measuring functions (recursive Start/Stop etc)
TTimeOut = record
Allows to avoid of some operations to be executed too often.
TEventStat = class
Simple way to maintain statistic of action calls
}
interface
uses
adot.Collections.Maps,
System.... |
unit fDebugReport;
{
*
* Debug report
*
* Mutli Thread disabled at this time
* Reason: Issue with nil pointer for threadbroker. Looks as if its being used
* after the thread dies off???
*
*
}
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls... |
{********************************************}
{ TSeriesBandTool and Editor Dialog }
{ Copyright (c) 2003-2004 by David Berneda }
{ and Martin Kaul (mkaul@leuze.de) }
{********************************************}
unit TeeSeriesBandTool;
{$I TeeDefs.inc}
interface
uses {$IFNDEF LINUX}
Window... |
unit fRptBox;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ORFn, ComCtrls, ExtCtrls, fFrame, fBase508Form,
VA508AccessibilityManager, uReports, Vcl.Menus, U_CPTEditMonitor, fDeviceSelect,
WinApi.ShellApi, WinApi.RichEdit;
type
TfrmReportBox = class(Tfrm... |
unit vgr_GUIFunctions;
{$I vtk.inc}
interface
uses
SysUtils, Windows, Graphics, Classes, Forms, Controls,
comctrls, vgr_Functions;
const
{Specifies the set of charactes which will be used as "wrap" characters.}
WordWrapChars: set of char = [' '];
type
TvgrTextHorzAlign = (vgrthaLeft, vgrthaCenter, vgrtha... |
unit MainForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def,
FireDAC.Stan.Pool, FireDAC.Stan... |
unit MediaStream.Filer.Log;
interface
uses SysUtils,Classes, Windows, SyncObjs, MediaStream.Filer, MediaProcessing.Definitions;
type
TStreamFilerLog = class (TStreamFiler)
private
FLastTimeStamps: array [TMediaType] of int64;
FLastTickCounts: array [TMediaType] of int64;
protected
procedure DoWrit... |
{*******************************************************************************
Title: T2Ti ERP
Description: Classe de controle do DAV.
The MIT License
Copyright: Copyright (C) 2010 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
fi... |
unit uHIDControl;
interface
uses Classes, KbdMacro, XMLIntf, uGameDevices, uMidiDevices, Windows;
type
THIDControl = class (TObject)
private
fDevices: TList;
fGameControl: TGameControl;
fMidiControl: TMidiControl;
fKeyboardsCount: Integer;
fMousesCount: Integer;
fGameCount: Integer;
f... |
unit BufferInterpreter.NVMe.Intel;
interface
uses
SysUtils,
BufferInterpreter, BufferInterpreter.NVMe, Device.SMART.List;
type
ESmallBufferException = class(ENotImplemented);
TSMARTValueID = (
CriticalWarning,
TemperatureInKelvin,
AvailableSpare,
PercentageUsed,
DataUnitsReadInLBA,
Da... |
unit Security4D.UnitTest;
interface
uses
TestFramework,
System.Classes,
System.SysUtils,
Aspect4D,
Aspect4D.Impl,
Security4D,
Security4D.Impl,
Security4D.Aspect,
Security4D.UnitTest.Authenticator,
Security4D.UnitTest.Credential,
Security4D.UnitTest.Authorizer,
Security4D.UnitTest.Car;
type
... |
(*******************************************************************************
Author:
-> Jean-Pierre LESUEUR (@DarkCoderSc)
https://github.com/DarkCoderSc
https://gist.github.com/DarkCoderSc
https://www.phrozen.io/
License:
-> MIT
*************************************************... |
{-------------------------------------------------------------------------------
// EasyComponents For Delphi 7
// 一轩软研第三方开发包
// @Copyright 2010 hehf
// ----------------------------... |
unit ArticleWebDTOU;
interface
type TArticleWebDTO=class
private
Flastprixachat: double;
Flastqteachat: double;
Fqtestock: double;
Fidarticle: string;
Fdesarticle: string;
Fprixvente: double;
Fuart: string;
procedure Setdesarticle(const Value: string);
procedure Setidarticle(cons... |
unit SortList;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses SysUtils, Classes, RTLConsts;
type
TSortList = class(TList)
FSorted: Boolean;
FDuplicates: TDuplicates;
procedure SetSorted(Value: Boolean);
protected
function CompareItems(const I1, I2: Pointer): Integer; virtual; abstract;
pu... |
unit ufrmMain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Edit, FMX.Layouts, FMX.Controls.Presentation, FMX.ScrollBox,
FMX.Memo, System.SyncObjs, ncSources;
type
T... |
{*******************************************************}
{ }
{ Delphi LiveBindings Framework }
{ }
{ Copyright(c) 2011-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
//******************************************************************************
//*** SCRIPT VCL FUNCTIONS ***
//*** ***
//*** (c) Massimo Magnano 2006 ... |
unit EnumHelper;
{$IFDEF FPC}{$MODE DELPHI}{$ENDIF}
interface
type
TEnumHelper<T> = class
class function EnumToStr(const Value: T): String;
class function StrToEnum(const Value: String): T;
class procedure CheckArraysEqual(const Left, Right: array of T);
class function ArrayToString(const Arr: arra... |
{***************************************************************************}
{ }
{ XML Data Binding }
{ }
{ ... |
{ $Log: C:\PROGRAM FILES\GP-VERSION LITE\Archives\Reve64\Source\ReveTypes.paV
{
{ Rev 1.0 28/09/03 20:28:22 Dgrava
{ Initial Revision
}
{
Rev 1.5 16-6-2003 21:13:13 DGrava
NegaScout refinement applied
}
{
Rev 1.4 15-6-2003 20:38:29 DGrava
Disabled forward pruning. Added Quiescens chec... |
unit dm_Organisation;
interface
uses
SysUtils, Classes, DB, DBClient, ADODB;
type
TdmOrganisation = class(TDataModule)
Cities: TClientDataSet;
CitiesID: TFloatField;
CitiesEKATTE: TStringField;
CitiesName: TStringField;
CitiesKmetstvo: TStringField;
CitiesOblast: TStringField;
CitiesO... |
(*============================================================================
COSNaming Client Demo for VisiBroker 4 for Delphi
The naming service changed significantly from VisiBroker 3.3 to VisiBroker 4.
Now it is a java application that must be started with a command line that
tells the Name ... |
{ $Log: C:\PROGRAM FILES\GP-VERSION LITE\Archives\Reve64\Source\Search.paV
{
{ Rev 1.1 28/09/03 20:32:05 Dgrava
}
{
Rev 1.5 16-6-2003 21:13:14 DGrava
NegaScout refinement applied
}
{
Rev 1.4 15-6-2003 20:38:29 DGrava
Disabled forward pruning. Added Quiescens check.
}
{
Rev 1.3 ... |
unit ncIPAddr;
{Object to retrieve local IP addresses}
{Note:
- Each thread is permited to have a single HostEnt structure. Therefore
we need to copy the info we need.
}
interface
uses
WinSock,
Classes, SysUtils;
type
pPInAddr = ^PInAddr;
TIPAddress = String[35];
pTIPAddress = ^TIPAddress;
TLo... |
unit MailCrypt;
{$mode objfpc}{$H+}
interface
uses
Classes, MainCrypt,{ mimeinln,} mimemess, mimepart, pop3send, smtpsend, Dialogs,
SysUtils, ExtCtrls, Forms, Controls, synacode;
const
RET_ERROR_STR = 'Error';
ATTACHMENT_STR = 'attachment';
type
{ TMailCrypt }
TMailCrypt = class(TMainCrypt)
privat... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TfrmStudyGroups }
TfrmStudyGroups = class(TForm)
btnNextName: TButton;
gpbGroup: TGroupBox;
lblGroup: TLabel;
procedure btnNextNameClick(Sender: TObject);
proc... |
unit xVideo;
{
xVideo 1.2 Delphi unit
Copyright (c) 2009-2010 Cristea Aurel Ionut.
Check http://surodev.com for updates
}
interface
uses
Windows;
const
{DLL NAME}
DLLNAME = 'xVideo.dll';
{xVideo Plugin CLSID}
CLSID_DSHOWPLUGIN: TGUID = '{00000000-0000-0000-... |
unit osCalculaFormulas;
interface
uses
SysUtils, Classes, osParser, osMaquina, osGrafo, Controls, RegExpr,
osParserErrorHand;
type
{Classe Principal : TosCalculaFormulas }
TosCalculaFormulas = class(TGrafo)
Parser: TosParser;
Maquina: TosMaquina;
FListaErros : TLi... |
{ ***************************************************************************
Copyright (c) 2013-2018 Kike P�rez
Unit : Quick.ImageFX.GR32
Description : Image manipulation with GR32
Author : Kike P�rez
Version : 4.0
Created : 10/04/2013
Modified : 11/08/2018
This file is part ... |
unit fAlertForward;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Forms, Controls,
Dialogs, StdCtrls, Buttons, ORCtrls, ORfn, ExtCtrls, fAutoSz, ComCtrls, fBase508Form,
VA508AccessibilityManager;
type
TfrmAlertForward = class(TfrmBase508Form)
cmdOK: TButton;
cmdCancel: TButton;
cbo... |
unit uDCSumm;
interface
uses SysUtils, Classes, ORNet, ORFn, rCore, uCore, uConst;
type
TEditDCSummRec = record
Title: Integer;
DocType: integer;
Addend: integer;
EditIEN: integer;
AdmitDateTime: TFMDateTime;
DischargeDateTime: TFMDateTime;
TitleName: string;
DictDateTime: TFMDateTi... |
unit Common.Utils;
interface
uses
System.Classes, System.SysUtils, Vcl.Forms, Winapi.Windows, Vcl.Controls,
System.Generics.Collections, Winapi.ShellAPI, Winapi.ActiveX;
const
// cGDriveKey = 'Bearer ya29.GlsUBKDsCD6SbtcN8J9JTdMszZLjLrsHxQmnzZ6GWPXXP00ky7t5fDLEFmFO7yEnKZpe9dZsK801VBxTPNy4FAaigvRo-h3sim9EMCV5XU4... |
{ *******************************************************
Threading utilities for Delphi 2009 and above
Utilidad para programación concurrente.
*******************************************************
2012 Ángel Fernández Pineda. Madrid. Spain.
This work is licensed under the Creative Commons
Attributio... |
{***************************************************************
*
* Project : MapsDemo
* Unit Name: mapsMain
* Purpose : Demonstrates checking domain against "Mail Abuse Prevention System"
* Version : 1.0
* Date : Wed 25 Apr 2001 - 01:29:36
* Author : <unknown>
* History :
* Tested : Wed 25 Apr 2001 ... |
unit TQuotes_U;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TQuotes = class
private
{ Private declarations }
clientName : string ;
totalCost : real ;
public
{ Public declarations }
Constructor Create (pClientName : string ; ... |
{DLL 封装的窗体专用,不同于主程序}
unit ZsbDLL2;
interface
uses Forms,Windows,Graphics;
function Get16MD5ForString(str: WideString): WideString; stdcall; external 'MD5FromDelphi.dll';
function GetVersionString(FileName: WideString): WideString; stdcall; external 'GetVersion.dll';
function GetStringFromIni(FromFile,Section, Iden... |
{*******************************************************}
{ }
{ Delphi DataSnap Framework }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
{
This unit is part of the LaKraven Studios Standard Library (LKSL).
Copyright (C) 2011, LaKraven Studios Ltd.
Copyright Protection Packet(s): LKSL001
--------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 ... |
{
Copyright (c) 2013-2017, RealThinClient components - http://www.realthinclient.com
Copyright (c) Independent JPEG group - http://www.ijg.org
Copyright (c) 2006, Luc Saillard <luc@saillard.org>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED W... |
{*******************************************************}
{ }
{ Borland Delphi Run-time Library }
{ Win32 LZ compresion interface unit }
{ }
{ Copyright (c) 1996,98... |
unit typename_3;
interface
implementation
type
TRec = record
function GetName: string;
end;
function TRec.GetName: string;
begin
Result := typename(self);
end;
var S: string;
procedure Test;
var
R: TRec;
begin
S := R.GetName();
end;
initialization
Test();
finalization
Assert(S = 'TRec');
end. |
unit BandsInfo;
interface
uses
cxGridBandedTableView, System.Generics.Collections, System.Generics.Defaults,
ParameterKindEnum, cxGridDBBandedTableView, System.SysUtils;
type
TIDList = class(TList<Integer>)
public
procedure Assign(AArray: TArray<Integer>);
function eq(AArray: TArray<Integer>): Boolea... |
unit SFV;
interface
uses
Classes, Common;
type
TCheckSumFileSFV = class(TCheckSumFile)
protected
sfvFile: string;
public
constructor Create(AFileName: string); override;
procedure ToStringList(slOut: TStringList); override;
function SingleFileChecksum(AFileName: string): string;... |
unit ExpenseMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BaseDocked, Vcl.StdCtrls, RzLabel,
Vcl.ExtCtrls, RzPanel, Vcl.Mask, RzEdit, RzDBEdit, Vcl.DBCtrls, RzDBCmbo,
RzBtnEdt, Data.DB, Vcl.Grids, Vcl... |
////////////////////////////////////////////
// Блок привязки одного канала для редактора объектов
////////////////////////////////////////////
unit Frame.EditPrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, GMGlobals, INIFiles, ExtCtrls, Virtual... |
unit Test_FIToolkit.Reports.Parser.Messages;
{
Delphi DUnit Test Case
----------------------
This unit contains a skeleton test case class generated by the Test Case Wizard.
Modify the generated code to correctly setup and call the methods from the unit
being tested.
}
interface
uses
TestFramework,
... |
// Copyright 2021 Darian Miller, Licensed under Apache-2.0
// SPDX-License-Identifier: Apache-2.0
// More info: www.radprogrammer.com
unit radRTL.TOTP;
interface
uses
System.SysUtils,
radRTL.HOTP;
type
TTOTP = class(THOTP)
private const
TimeStepWindow = 30; // 30 is recommended value. "... |
{*******************************************************}
{ }
{ Delphi DBX Framework }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
unit RequestList;
interface
uses Windows, GMGenerics, GMGlobals, GM485, Generics.Collections;
type
TRequestCollection = class(TGMThreadSafeCollection<TSpecDevReqListItem>)
public
procedure ClearProcessed();
function HasRequestsWithPriority(priority: TRequestPriority): bool;
function CountRequestsWith... |
unit darray_procs_2;
interface
implementation
var G: Int32;
procedure IncG(Delta: Int32);
begin
Inc(G, Delta);
end;
procedure DecG(Delta: Int32);
begin
Dec(G, Delta);
end;
procedure Test;
var
Arr: array of procedure(Delta: Int32);
begin
SetLength(Arr, 2);
Arr[0] := IncG;
Arr[1] := DecG;
Arr[0](5)... |
unit xTestDataInfo;
interface
uses System.Classes, System.SysUtils;
type
/// <summary>
/// 相线类别
/// </summary>
TPhaseType = ( tptThree, // 三相三线
tptFour // 三相四线
);
type
TSequenceType = (stABC, // 三线时为 AC
stACB,
st... |
{На каждый чекбокс или другой элемент опций вешается процедура,
которая записывает его состояние во временный конфиг
Запись имён опций ведется по хинту с валидным для ini именем опции}
unit uOptions;
interface
uses
Windows, SysUtils, Classes, FileCtrl, Controls, Forms, StdCtrls, Vcl.ComCtrls,
uSettings, uLog, System... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, Grids, DBGrids, SMDBGrid, DBTables, StdCtrls, ExtCtrls;
type
TfrmMain = class(TForm)
DataSource1: TDataSource;
Table1: TTable;
SMDBGrid1: TSMDBGrid;
Table1OrderNo: TFloatField;
... |
{Ejercicio 7
Dada la definición de tipo para representar cadenas de caracteres de largo M y N :
CONST N = . . .;
CONST M = . . .; M < N
. . .
TYPE
CadenaM = ARRAY[1..M] Of Char;
CadenaN = ARRAY[1..N] Of Char;
Implementar un programa que lea dos cadenas de la entrada está... |
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ }
{ Copyright (c) 1995-2001 Borland Software Corporation }
{ ... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ }
{ Copyright(c) 2018-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
unit Main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.ExtCtrls, Vcl.StdCtrls,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Redis.Commons,
Redis.Client,
Redis.NetLib.INDY,
Redis.Values
;
type
TForm5 = class(TForm)
Timer1: TTim... |
unit BrickCamp.RemoteInterface;
interface
uses
System.JSON,
Data.DB,
Datasnap.DBClient,
BrickCamp.Model;
type
TBrickCampRemoteInterface = class
public
function GetDataset(const Resource: TResourceType): TClientDataset;
function GetOne(const Resource: TResourceType): TJSONObject;
procedure Del... |
program odwrota_notacja_polska;
const MAX_S = 100; // definiuje rozmiar stosu
var
S : array[0..MAX_S-1] of double; // stos
p : integer; // wskaźnik stosu
e : string; // element wyrażenia ONP
v1,v2 : double; // argumenty operacji
c : word; ... |
unit SimpleDemo.View.Page.Cadastros.Sub;
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,
Router4D.Interfaces;
type
TSubCadastros = class(TForm,... |
unit TestTextAfterUnitEnd;
{ AFS Noc 2003
Test text after unit end }
{(*}
(*------------------------------------------------------------------------------
Delphi Code formatter source code
The Original Code is TestTextAfterUnitEnd, released nov 2003.
The Initial Developer of the Original Code is Anthon... |
unit FIToolkit.Config.FixInsight;
interface
uses
System.SysUtils, System.Types,
FIToolkit.Commons.Types, FIToolkit.Config.Types, FIToolkit.Config.TypedDefaults, FIToolkit.Config.Consts;
type
DefaultCompilerDefines = class (TDefaultStringArrayValue); //FI:C104
DefaultOutputFileName = class (TDefaultFileNam... |
unit uXplControl;
interface
uses MemMap, uXplCommon, Classes;
type
TXPLcontrol = class
private
fMM: TMemMap;
pBuffer: PXplComRecord;
fVars: TStringList;
fCommands: TStringList;
fActiveDuringCompilation: Boolean;
procedure DebugLog(Value: String);
function GetCustomXplVariable(pName: ... |
unit Providers.Frames.Cliente;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Objects, FMX.Controls.Presentation;
type
TFrameCliente = class(TFrame)
retContent: TRectangle;
l... |
unit UFrmAdvertencias;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Buttons,
System.StrUtils, Vcl.ExtDlgs;
type
TFrmAdvertencias = class(TForm)
PnBot: TPanel;
Btn_F... |
{ ---------------------------------------------------------------------------- }
{ BulbTracer for MB3D }
{ Copyright (C) 2016-2017 Andreas Maschke }
{ ---------------------------------------------------------------------------... |
{
Implementation of the digest authentication as specified in
RFC2617
(See NOTE below for details of what is exactly implemented)
Author: Doychin Bondzhev (doychin@dsoft-bg.com)
Copyright: (c) Chad Z. Hower and The Winshoes Working Group.
NOTE:
This is compleatly untested authtentication. Use it on your o... |
{
Search & Replace dialog
for lazarus converted from SynEdit by
Radek Cervinka, radek.cervinka@centrum.cz
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 Li... |
{
this file is part of Ares
Aresgalaxy ( http://aresgalaxy.sourceforge.net )
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 ... |
unit LuiJSONHelpers;
{$mode objfpc}{$H+}
interface
uses
fpjson;
type
{ TJSONObjectHelper }
TJSONObjectHelper = class helper for TJSONObject
public
function Find(const PropName: String; out PropData: TJSONData): Boolean; overload;
function Find(const PropName: String; out PropData: TJSONObject): Bool... |
{ **************************************************************
Package: XWB - Kernel RPCBroker
Date Created: Sept 18, 1997 (Version 1.1)
Site Name: Oakland, OI Field Office, Dept of Veteran Affairs
Developers: Danila Manapsal, Don Craven, Joel Ivey
Description: Contains TRPCBroker and related components.
Unit:... |
unit UDMMongo;
interface
uses
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, FireDAC.Phys.MongoDB,
FireDAC.Phys.MongoDBDef, System.Rtti, System.JSON.Types, S... |
{*******************************************************************************
* *
* TksFormTransition - Push/Pop Form Queue Component *
* ... |
{***************************************************************
*
* Project : ParseURI
* Unit Name: main
* Purpose : Demonstrates the URL parser component
* Date : 21/01/2001 - 14:38:56
* History :
*
****************************************************************}
unit main;
interface
uses
{$IFDEF ... |
unit BaseProductsViewModel1;
interface
uses
BaseProductsViewModel, ProductsBaseQuery0, ProductsBaseQuery,
ExtraChargeGroupUnit;
type
TBaseProductsViewModel1 = class(TBaseProductsViewModel)
private
FExtraChargeGroup: TExtraChargeGroup;
function GetExtraChargeGroup: TExtraChargeGroup;
function Getq... |
unit FIToolkit.ExecutionStates;
interface
uses
System.Classes, System.SysUtils, System.Generics.Collections, System.TimeSpan,
FIToolkit.Types,
FIToolkit.Commons.FiniteStateMachine.FSM, //TODO: remove when "F2084 Internal Error: URW1175" fixed
FIToolkit.Commons.StateMachine,
FIToolkit.Config.Data, FIToolkit... |
unit Test_FIToolkit.Utils;
{
Delphi DUnit Test Case
----------------------
This unit contains a skeleton test case class generated by the Test Case Wizard.
Modify the generated code to correctly setup and call the methods from the unit
being tested.
}
interface
uses
TestFramework,
FIToolkit.Utils;
t... |
program helico;
uses crt, SDL2, SDL2_image;
const
sdlWw1 = 1280;
sdlWh1 = 960;
sdlWw2 = 500;
sdlWh2 = 500;
var
sdlWindow1 : PSDL_Window;
sdlWindow2 : PSDL_Window;
sdlRenderer : PSDL_Renderer;
sdlRenderer2 : PSDL_Renderer;
sdlSurface1 : PSDL_Surfac... |
unit TAudioFileOutDemo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, ExtCtrls, FileCtrl, StdCtrls, UAFDefs, AudioIO,
ComCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
PlaySpeedButton: TSpeedButton;
AudioOut1: TAudioOut;
DriveComboBox1: T... |
{*******************************************************}
{ }
{ Delphi DataSnap Framework }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit ReferenceSearch;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BaseSearch, Data.DB, Vcl.StdCtrls,
Vcl.Grids, Vcl.DBGrids, RzDBGrid, Vcl.Mask, RzEdit, RzLabel,
Vcl.Imaging.pngimage, Vcl.ExtCtrls, RzPane... |
(*
String related utils
Original code by Rafael Guimarăes de Sá pushished at Micro Sistemas (year XIII,
number 140, july 1994, p. 42 - 44).
*)
Unit StringUtils;
Interface
(**
* Add slash to the end of the pathname.
*
* @param Name Pathname to be added the slash (/)
* @return Pathname with a slash i... |
unit HistoricoCorteReligacao;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Padrao1, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Menus,
cxControls, cxStyles, dxSkinsCore, dxSkinsDefaultPainters, dxSkinscxPCPainter,
cxCustomData, cxFilter, cxD... |
unit uConexaoFTPPgn;
interface
uses IdFTP, System.Classes, System.SysUtils;
type TConexaoFtpPgn = class
private
_IdFtp : TIdFTP;
Fpassivo: Boolean;
Fsenha: string;
Fhost: string;
Fusuario: string;
Fendereco: string;
procedure Setendereco(const Value: string);
procedure Sethost(cons... |
{ ---------------------------------------------------------------------------- }
{ BulbTracer for MB3D }
{ Copyright (C) 2016-2017 Andreas Maschke }
{ ---------------------------------------------------------------------------... |
unit CDConst;
interface
const
mtUNKNOWN = 0;
mtMESSAGE = 1;
mtWARNING = 2;
mtNONFATALERROR = 3;
mtFATALERROR = 4;
resourcestring
ERR_AS_00_00 = 'NO ADDITIONAL SENSE INFORMATION';
ERR_AS_00_06 = 'I/O PROCESS TERMINATED';
ERR_AS_00_11 = 'AUDIO PLAY OPERATION IN PROGRESS';
ERR_AS_00_1... |
{$G+}
Unit Alloc;
{
Memory allocation and deallocation routines (C type), without using Heap
by Maple Leaf, 1996
-------------------
386 registers used.
Last update: 2nd May 1996
}
Interface
{ --------<<< Conventional memory >>>---------- }
Const
UseUMB : Boolean = True; { If TRUE, the malloc routine wil... |
unit ccCylindricalCapFrame;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, ExtCtrls, StdCtrls, IniFiles,
ccBaseFrame, ccSphericalCapFrame;
type
{ TCylindricalCapFrame }
TCylindricalCapFrame = class(TSphericalCapFrame)
CbLengthUnits: TComboBox;
EdLength: TEdit;
... |
{*******************************************************}
{ }
{ Delphi FireDAC Framework }
{ FireDAC Teradata driver }
{ }
{ Copyright(c) 2004-2018 Embar... |
{*******************************************************}
{ }
{ Delphi DBX Framework }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
{ Demostrates how to execute a query in a background thread. This
files contains the main user interface for this program. The background
query code is in ResltFrm }
unit QueryFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, IniFiles, ExtCtrls, DBTable... |
unit frGoods;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, frListBase, cxGraphics, cxControls,
cxLookAndFeels, cxLookAndFeelPainters, cxStyles, cxCustomData, cxFilter,
cxData, cxDataStorage, cxEdit, cxNavi... |
{: GLVerletSkeletonColliders<p>
Skeleton colliders for defining and controlling verlet
constraints.<p>
<b>History :</b><font size=-1><ul>
<li>11/12/03 - SG - Now uses AddToVerletWorld to build the constraints.
<li>08/10/03 - SG - Creation.
</ul></font>
}
unit GLVerletSkeletonColliders;... |
{ ****************************************************************************** }
{ * ics support * }
{ * written by QQ 600585@qq.com * }
{ * https://github.com/PassByYou888/CoreCipher ... |
unit JetDataFormats;
interface
uses SysUtils;
function JetFormatSettings: TFormatSettings;
function EncodeBin(data: PByte; size: integer): WideString; overload;
function EncodeBin(const data: array of byte): WideString; overload;
function EncodeOleBin(data: OleVariant): WideString;
function EncodeComment... |
unit GernerarRecargosIntereses;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, UnitCuentaCredito;
type
TFormGenerarRecargosI = class(TForm)
Button1: TButton;
Button2: TButton;
Button... |
unit DNASequenceAlignmentunit;
{$mode objfpc}{$H+}
interface
const
gap: Integer = -5;
//matriz similar para realizar el alineamineto
// A G C T
//A 10 -1 -3 -4
//G -1 7 -5 -3
//C -3 -5 9 0
//T -4 -3 0 8
similarityMatrix: array[0..3,0..3]of Integer =
((10,-1,-3,-4),(-1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.