text stringlengths 14 6.51M |
|---|
{
TOperatingSystemInfo Component Version 3.0 - Suite GLibWMI
Copyright (©) 2020, by Germán Estévez (Neftalí)
La clase Win32_OperatingSystem representa un sistema operativo instalado en un sistema Win32. Los sistemas
operativos que se pueden instalar en un sistema Win32 son descendientes (o miembros) de esta clase.
E... |
unit ioSDL;
(**********************************************************************
File name: iosdl.pas
This file is part of: tt3d
LICENSE
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a... |
unit Posix.ffmpeg.consts;
interface
{$IFDEF ANDROID}
{$DEFINE HAVE_FFMPEG_MERGE} //ffmpeg 是否合并成一个库
{$ENDIF}
{$DEFINE HAVE_INLINE} //是否合使用inline
const
{$IFDEF HAVE_FFMPEG_MERGE}
{$IFDEF MSWINDOWS}
libffmpeg = 'ffmpeg.dll';
{$ENDIF}
{$IFDEF ANDROID}
libffmpeg = 'libffmpeg.so';
{$ENDIF}
{$IFD... |
(* Delphi Unit (Unicode)
procedures and functions for file processing in GzUtils
=======================================================
© Dr. J. Rathlev, D-24222 Schwentinental (kontakt(a)rathlev-home.de)
The contents of this file may be used under the terms of the
Mozilla Public License ("MPL"... |
unit RenderUtil;
////////////////////////////////////////////////////////////////////////////////
//
// Description: Render Utils
// Author: lksoulman
// Date: 2017-10-26
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Windows,
Classes,
... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 07/05/2004
Modifié le ... : / /
Description .. : Source TOM de la TABLE : PBSINDICATEURS (PBSINDICATEURS)
Mots clefs ... : TOM;PBSINDICATEURS
*****************************************************************}
{
PT1 1... |
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
* Software distr... |
unit uSaddlePointsTests;
{$define CheckFormattedOutput}
interface
uses
DUnitX.TestFramework;
type
[TestFixture]
TSaddlePointTests = class(TObject)
public
[Test]
procedure Readme_example;
[Test]
procedure No_saddle_point;
[Test]
procedure Saddle_point;
[Test]
procedure Anot... |
unit XLSDrawing5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvidsson, Ax... |
unit FrmBatchInput;
interface
uses
Windows, Messages, SysUtils, StrUtils, Variants, Classes, Graphics, Controls,
Forms,
Dialogs, ComCtrls, StdCtrls;
type
TFormBatchInput = class(TForm)
GroupBox1: TGroupBox;
rbImageAndXY: TRadioButton;
rbImage: TRadioButton;
rbXY: TRadioButton;
... |
unit FMX.Camera.Scanner.Zbar.android;
interface
uses
System.SysUtils, FMX.Layouts, System.Classes, FMX.Types, FMX.Camera.Player, FMX.Scanner.Zbar.Android,
Androidapi.JNIBridge;
type
TOnScannerResult = procedure(Results: TStrings) of object;
TAndroidCameraScannerZbar = class(TLayout)
private
... |
unit FishFactEntryUnit;
interface
uses
BaseObject;
type
TFishFactEntry = class(TBaseObject)
strict private
FCategory: string;
FCommonName: string;
FSpeciesName: string;
FNotes: string;
FSpeciesNo: Double;
FLengthCm: Double;
FLengthInch: Double;
public
propert... |
unit oDST;
interface
uses
Winapi.Windows;
type
TDstParameters = record
FSwitch: string;
FOrderConsult: Boolean;
FReceive: Boolean;
FSchedule: Boolean;
FCancel: Boolean;
FEditRes: Boolean;
FDiscontinue: Boolean;
FForward: Boolean;
FComment: Boolean;
FSigFind: Boolean;
... |
unit zip;
{$I DelphiDefs.inc}
interface
uses
typex,
{$IFDEF WINDOWS}
activex,
comobj,
{$ENDIF}
commandprocessor, variants, stringx, sysutils,zlib, classes, memoryfilestream, helpers_stream, systemx, System.zip;
const
SHCONTCH_NOPROGRESSBOX = 4;
SHCONTCH_AUTORENAME = 8;
SHCONTCH_RESPONDYESTOALL = 16;
S... |
{***********UNITE*************************************************
Auteur ...... : BM
Créé le ...... : 04/09/2002
Modifié le ... : 28/02/2003 : Compatibilité CWAS
Description .. : Classe pour la fusion de documents
Mots clefs ... :
*****************************************************************}
unit ClassMenuFonct... |
unit MainForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
Button2: TButton;
edtAge: TEdit;
edtId: TEdit;
ed... |
UNIT ZIP;
INTERFACE
PROCEDURE zip_make(IN_FILE,OUT_FILE,FILE_NAME_INSIDE_ZIP:STRING);
IMPLEMENTATION
USES
CRC32, Windows;
VAR
zip_local_file_header1 : ARRAY [1..10] OF Byte = ($50,$4B,$03,$04,$0A,$00,$00,$00,$00,$00);
zip_central_directory1 : ARRAY [1..12] OF Byte = ($50,$4B,$01... |
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
* Software distr... |
unit SerialPort;
interface
uses
System.SysUtils,
System.Classes,
CommTypes,
CommPort,
WinApi.Windows,
System.DateUtils;
type
{:
@name enumerates all baud rates.
This baud rates are supported on all OSes.
@value br110 = 110 bps
@value br300 = 300 bps
@value b... |
unit OleCntnr;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleCtnrs, ComCtrls, ExtCtrls, ToolWin, Menus;
type
TOleContainerForm = class(TForm)
TopToolPanel: TPanel;
ContainerPanel: TPanel;
OleContainer: TOleContainer;
MainMenu: TMainMenu;
... |
unit Data_Time;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,Clipbrd;
function GetFullTime(): String;
function ExtractMSec(Time: String): Double;
function ExtractDateTime(Time: String): TDateTime;
implementation
function GetFullTime(): String;... |
unit MFBottom;
interface
{MFBottom defines the "Elevation Bottom Unit[i]" layer and associated
parameter.}
uses ANE_LayerUnit;
type
TBottomElevParam = class(T_ANE_ParentIndexLayerParam)
class Function ANE_ParamName : string ; override;
end;
TBottomElevLayer = Class(T_ANE_InfoLayer)
constructor Creat... |
unit CrossRowUnit;
interface
uses ANEPIE, Classes, SysUtils;
function GGetCountOfCrossRowLists : ANE_INT32;
procedure GGetCountOfCrossRowListsMMFun (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ANE_DOUBLE_PTR ;
numParams : ANE_INT16 ;
const parameters : ANE_PTR_PTR ;
myHandle : A... |
unit aidCheckList;
{ Name : aidCheckList
Description : customised ChecklistBox components and routines.
Author : Chris G. Royle 11 Sep 2005
Note :
see :
modifications:
}
interface
uses
Windows, Graphics, CheckLst, Classes, Controls, Types;
type
TaidCustomCheckListBoxIte... |
{********************************************************}
{ }
{ ArtDBAwareFrame Unit }
{ Es la clase base en la cual se heredarán todos los }
{ frames de los sistemas ART que sean DataAware. }
{ Utiliza un DataLink... |
unit uUserInfo;
interface
uses
Winapi.Windows, Winapi.Messages;
function getUserInfo(): string;
implementation
uses
System.SysUtils;
const
INFO_BUFFER_SIZE = 32767;
type
_USER_NAME_FORMAT = (NameUnknown, NameFullyQualifiedDN, NameSamCompatible,
NameDisplay, NameUniqueId, NameCanonical, NameUserPrinc... |
unit EvaluateExpression;
interface
uses AnePIE;
function EvalFloat(StringToEvaluate : string; aneHandle : ANE_PTR;
LayerHandle : ANE_PTR) : ANE_DOUBLE;
function EvalInteger(StringToEvaluate : string; aneHandle : ANE_PTR;
LayerHandle : ANE_PTR) : ANE_INT32;
function EvalBoolean(StringToEvaluate : string; aneHan... |
unit HST3DBCFLOWUnit;
interface
uses ANE_LayerUnit;
type
TBCFLOWZoneNameParam = Class(T_ANE_LayerParam)
constructor Create(AParameterList : T_ANE_ParameterList;
Index : Integer); override;
function Value : string; override;
class Function ANE_ParamName : string ; override;
end;
TBCFLOWTopElevPar... |
unit DataSetHelperUnit;
interface
uses
DB,
ComponentHelperUnit,
DataSetEnumeratorUnit;
type
//1 helaas een kopie van TFieldsEnumerator, want die heeft geen virtual MoveNext
TVisibleFieldsEnumerator = class//(TFieldsEnumerator)
private
FFields: TFields;
FIndex: Integer;
strict pro... |
unit DecoratedStream;
interface
uses
System.SysUtils,
System.Classes;
type
TDecoratedStream = class(TStream)
strict private
FWrapped: TStream;
private
function GetPosition: Int64;
procedure SetPosition(const Pos: Int64);
procedure SetSize64(const NewSize: Int64);
protected
function Ge... |
////////////////////////////////////////////////////////////////////////////
// PaxCompiler
// Site: http://www.paxcompiler.com
// Author: Alexander Baranovsky (paxscript@gmail.com)
// ========================================================================
// Copyright (c) Alexander Baranovsky, 2006-2014. All rig... |
program area(input, output);
const
eps = 0.001;
type
func = function(x: real): real;
var
x12, x23, x13, ar: real;
function F1(x: real): real;
begin
F1 := 3 / (sqr(x - 1) + 1);
end;
function F1d(x: real): real;
begin
F1d := (-6 * (x - 1))/sqr(sqr(x) - 2*x + 2);
end;
function F2(x: real): real;
... |
unit MainModule;
interface
uses
uniGUIMainModule, SysUtils, Classes, Data.DB, MemDS, DBAccess, Uni,
UniProvider, MySQLUniProvider;
type
TUniMainModule = class(TUniGUIMainModule)
UniConnection1: TUniConnection;
MySQLUniProvider1: TMySQLUniProvider;
exec_query: TUniQuery;
dingcan_query: TUniQuery... |
//Verificado automaticamente em 16/06/2020 09:27
unit h_UIFunctions;
interface
uses SysUtils, Variants, winapi.windows, System.classes, vcl.forms, FireDac.comp.client, WinSvc, TLHelp32,
v_dir, v_Env, IdFTP, H_Net, H_db, c_globals, IdComponent, h_Functions, h_Files, dateutils, vw_Views;
type
TUIFunctions = class(... |
unit ArcHub;
interface
uses
archiver, orderlyinit, lockqueue, generics.collections.fixed, typex, sysutils, applicationparams, debug;
type
TArcHub = class(TLockQueue)
private
function GetArc(idx: ni): TArchiver;
protected
FArcs: TList<TArchiver>;
public
procedure Init;override;
procedure Be... |
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ Explorer library: DB Tree }
{ }
{ Copyright (c) 1... |
unit SimpleWinSock2;
interface
uses scktComp, Forms, DtNetConst, Classes, SimpleAbstractConnection, windows, sysutils;
,orderlyinit
type
ESocketsDisabled = class(Exception);
TSimpleWinSockConnection = class(TSimpleAbstractConnection)
//Implements the methods of SimpleAbstractConnection as specific for
//WinS... |
unit FMX.SurfaceTexture.Android;
interface
uses
System.Classes, System.Types, Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.JavaTypes,
Androidapi.JNI.Os, Androidapi.JNIBridge, FMX.Types3D, FMX.Material.External, FMX.Types;
type
TAndroidSurfaceTexture = class;
TJSurfaceTexture_OnFrameAvailableListen... |
unit DW.WebBroker.HandlerWebModule;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Librar... |
//
// Created by the DataSnap proxy generator.
// 28/05/2015 15:37:43
//
unit ClientClassesUnit1;
interface
uses System.JSON, Datasnap.DSProxyRest, Datasnap.DSClientRest, Data.DBXCommon, Data.DBXClient, Data.DBXDataSnap, Data.DBXJSON, Datasnap.DSProxy, System.Classes, System.SysUtils, Data.DB, Data.SqlExpr,... |
//////////////////////////////////////////////////////////////////////////////
//
// Unit: xlslist2
//
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004-2006 NikaSoft. All rights reserved.
// Author: A.V.Nikulitsa
//
// site: http://ww... |
{
TTimeZoneInfo Component Version 3.0 - Suite GLibWMI
Copyright (©) 2020, by Germán Estévez (Neftalí)
La clase Win32_TimeZone representa la información de zona horaria para un sistema Win32. Esta información
incluye los cambios necesarios para la transición a y desde el horario de verano.
Utilización/Usage:
(ES) B... |
{***********UNITE*************************************************
Auteur ...... : A. CATHELINEAU
Créé le ...... : 21/11/2002
Modifié le ... : / /
Description .. : Source TOF de la FICHE : STATAFFCDECLIENT ()
Mots clefs ... : TOF;STATAFFCDECLIENT
*****************************************************************}
Un... |
unit uSchemas ;
interface
uses
Classes,
Sysutils,
StrUtils,
DBClient,
DB ;
type
TTBClientes = class( TClientDataSet )
public
ID_Cliente: TIntegerField ;
Codigo: TStringField ;
Nome: TStringField ;
constructor create( AOwner: TCompon... |
unit MT3DPorosityUnit;
interface
uses ANE_LayerUnit;
const
kMT3DPorosity = 'MT3D Porosity Unit';
type
TMT3DPorosityParam = class(T_ANE_ParentIndexLayerParam)
class Function ANE_ParamName : string ; override;
function Value : string; override;
end;
TMT3DPorosityLayer = Class(T_ANE_InfoLayer)
con... |
{
Copyright (C) 2013-2023 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 a... |
unit XSSIECaretRow;
{-
********************************************************************************
******* XLSSpreadSheet V2.00 *******
******* *******
******* Copyright(C) 2006,2013 Lars Arvidsson, ... |
{
Copyright (C) 2013-2023 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... |
unit strlist;
interface
type
TStrList = Class(TObject)
private
vList: Array of String;
ListLn: Integer;
public
constructor Create;
procedure Add(Text: String);
function Strings(Index: Integer): String;
function Count: Integer;
end;
implementat... |
unit dm;
{$mode objfpc}{$H+}
interface
uses
BrookClasses, Classes, SysUtils, pqconnection, sqldb;
type
{ TBrookDataModule1 }
TBrookDataModule1 = class(TBrookDataModule)
PQConnection1: TPQConnection;
SQLTransaction1: TSQLTransaction;
procedure DataModuleCreate(Sender: TObject);
private
{ pr... |
{
Copyright (C) 2013-2023 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 a... |
unit URLScanTest;
interface
uses
Classes, SysUtils, TestFrameWork, URLScan;
type
TURLExtractorTest = class(TTestCase)
private
FURLExtractor: TURLExtractor;
protected
procedure SetUp; override;
published
procedure TestExtractURL;
procedure TestExtractURL2;
procedur... |
unit untMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, untVariables, untIniSettings, untGenericProcedures, ComCtrls,
untLog, StdCtrls, untFileVersion, ExtCtrls, LMDCustomComponent, ShellAPI,
LMDStarter, Htmlview;
type
TfrmMain = class(TFo... |
unit SDQC.View.MainForm;
interface
uses
WinApi.Windows, Messages, System.SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ScktComp, ExtCtrls,
SDQC.Enum.RunMode;
type
TMainForm = class(TForm)
ServerSocket1: TServerSocket;
TextToBeReceivedLabel: TLabel;
TextToBeReceivedEdi... |
unit FormOperate;
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.StdCtrls, UnitClientContext, System.StrUtils, Vcl.Menus,
Vcl.ExtCtrls;
type
TOperateForm =... |
unit HST3DObservationElevations;
interface
uses ANE_LayerUnit;
type
TObsElevParam = Class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Value : string; override;
function Units : string; override;
end;
TObsElevParam1 = Class(TObsElevParam)
class Function ANE_ParamNam... |
unit uCapture;
interface
uses
Windows, SysUtils, Classes, MyUtils, uScreenCapture, ProcessWaveCapture, FFEncode, uGUID, uLogger, uCaptureTypes;
type
{PProgressInfo = ^TProgressInfo;
TProgressInfo = record
TaskIndex: Integer; // index of converting tasks
FileIndex: Integer; // index of in... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
(******************************************************************************
* LomCN Mir3 English Magic Language LGU File 2013 *
* *
* Web : http://www.lomcn.co.uk ... |
object framHUF: TframHUF
Left = 0
Top = 0
Width = 522
Height = 253
HelpContext = 240
TabOrder = 0
object gbHUF: TGroupBox
Left = 0
Top = 0
Width = 522
Height = 253
Align = alClient
Caption = 'Units for Hydrogeologic Unit Flow package'
TabOrder = 0
object Panel1: TPanel
... |
unit MFMOCDisDecay;
interface
{MFMOCDisDecay defines the "Decay Coef Unit Unit[i]" layer
and associated parameter and Parameterlist.}
uses ANE_LayerUnit, SysUtils;
type
TMOCDisDecayCoefParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
e... |
unit Model.Customer;
interface
uses
System.SysUtils,
System.DateUtils,
MVCFramework.Serializer.Commons,
MVCFramework,
MVCFramework.ActiveRecord,
MVCFramework.Nullables,
Helper.Util;
type
[MVCNameCase(ncCamelCase)]
[MVCTable('customers')]
TCustomerModel = class(TMVCActiveRecord)
... |
unit mToggleSwitchHelper;
interface
uses
Vcl.WinXCtrls,
System.Classes, System.SysUtils
;
type
TToggleSwitchHelper = class helper for TToggleSwitch
private
function GetSwitchOn: Boolean;
public
property SwitchOn: Boolean read GetSwitchOn;
end;
implementation
{ TToggleSwitchHelper }
function ... |
{-------------------------------------------------------------------------------------
Version | Date | Qui | Commentaires
--------------------------------------------------------------------------------------
7.00.001.001 13/02/06 JP Création de l'unité : Exemple de vignettes Graph
---------------------... |
{***********UNITE*************************************************
Auteur ...... : LS
Créé le ...... : 11/04/2007
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTACCEPTAFF_MUL ()
Mots clefs ... : TOF;BTACCEPTAFF_MUL
*****************************************************************}
Unit BTACCEPTAFF... |
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: François Piette
Creation: Aug 29, 1999
Version: 8.36
Description: Basic TCP server showing how to use TWSocketServer and
TWSocketClient components and how to send binary data
which requires ... |
program Problem136;
var x1,x2,y1,y2,k:int64;
{Беру int64, поскольку количество точек может и не вмещатся в longint}
function NOD(q,w:int64):int64; {функция, которая реализует поиска НОД двух чисел по алгоритму Евклида}
begin
while q<>w do if q>w then q:=q-w else w:=w-q;
NOD:=q;
end;
begin
readln(x1,y1,x2,y2);
... |
unit GnvNetUtils;
interface
uses
Classes;
type
TGnvMacAddr = array[0..5] of Byte;
TGnvIP4Range = record
IP41: LongWord;
IP42: LongWord;
end;
TGnvIP4Array = array of LongWord;
const
GNV_IP4_RANGE_DELIMITER = '-';
GNV_MAC_ADDR_NULL: TGnvMacAddr = (0, 0, 0, 0, 0, 0);
function GnvCompareIP4(IP... |
unit RWPInterface;
interface
uses FMX.Forms, FMX.Types;
type
IRWPForm = interface
['{AFF8D883-3F13-4B2A-AE1C-551DBDCCCA71}']
function GetBorderStyle: TFmxFormBorderStyle;
function GetCaption: string;
function GetClientHeight: Integer;
function GetClientWidth: Integer;
function ... |
unit SMS_ImageList;
interface
uses
SysUtils, Controls, Menus, Graphics, Classes, SMS_DS, Globals,
SMS_Files, Buttons;
type
TImageItem = class(TCommonCollectionItem)
end;
TAppImageList = class
private
FImageList: TImageList;
FImages : TCollection;
FResDir: String;
public
constructor Cr... |
unit PdvBD;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
TProduto = class
private
vCodigo : Integer;
vCod_EAN : String;
vDescricao: String;
public
property Codigo : Integer read vCodigo write vCodigo;
property Cod_EAN : String read v... |
unit Indexador;
interface
uses classes, IndiceInvertido, EstadisticasIndexacion;
type
TIndexador = class(TObject)
private
FCarpetaBD: string;
FFicheroVacias: string;
FFicheroDiccionario: string;
FDatos: Pointer;
FLenDatos: LongWord;
FMap: THandle;
FIndice: TIndiceInvertido;
FL... |
unit uOiscSubleq;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, uThreadOiscSubleq;
const
WM_MYMEMO_ENTER = WM_USER + 500;
type
TFrmOISCSubleq = class(TForm)
Display: TMemo;
Panel1: TPanel;
lblPaused: TLabel;
lb... |
unit SkyHttpLogLine;
interface
uses
Entity, IdCustomHTTPServer;
type
TSkyHttpLogLine = class(TEntity)
private
FCreationDate: TDateTime;
FRequest: string;
FSession: string;
FIp: string;
FResponseCode: Integer;
FResponseText: string;
public
constructor Create(AReque... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 17/01/2005
Modifié le ... : / /
Description .. : Source TOF de la FICHE : CPECHEMONO ()
Mots clefs ... : TOF;CPECHEMONO
*****************************************************************}
Unit CPECHEMONO_TOF ;
Interf... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, TeEngine, Series, ExtCtrls, TeeProcs, Chart, StdCtrls, Math;
type
TForm1 = class(TForm)
Label1: TLabel;
Label2: TLabel;
Edit1: TEdit;
Edit2: TEdit;
Button1: TButton;
Memo1: TMe... |
unit MusicTheory;
interface
uses
sysutils, stringx;
const
NOTE_FREQUENCIES : array [0..12] of real = (523.28, 554.40, 587.36, 622.24, 659.28, 698.48, 740.00, 784.00, 830.64, 880.0, 932.32, 987.84, 1046.56);
const
NOTEA = 0;
NOTEASHARP = 1;
NOTEB = 2;
NOTEC = 3;
NOTECSHARP = 4;
NOTED = 5;
NOTED... |
program TemperatureConverter;
Label Start;
Function CelciusToFahrenheit(Temperature:Real) : Real;
Begin
CelciusToFahrenheit := Temperature * 1.8 + 32
End;
Function FahrenheitToCelcius(Temperature:Real) : Real;
Begin
FahrenheitToCelcius := (Temperature - 32) / 1.8
End;
Var
Source : Char;
Temperature : Real;
Begi... |
unit uTimeInterval;
interface
uses
uTypes;
type
TTimePeriod = (
tpAll,
tpThisYear,
tpPreviousYear,
tpCustomYear,
tpThisMonth,
tpPreviousMonth,
tpCustomMonth,
tpThisQuarter,
tpPreviousQuarter,
tp1stQuarter,
tp2ndQuarter,
tp3rdQuarter,
tp4thQ... |
unit UHeadersTraces;
interface
uses System.SysUtils,Generics.Collections,Generics.Defaults,UTSegY,UTTraceSegY,UTWordsDictionary;
type
THeadersTraces = class
NameSegY:String;
arrayWordsDictionary:TObjectList<TWordsDictionary>;
multiplier:Double;
constructor Create(NameSegY:String;multiplier... |
unit BatchExport;
interface
procedure exportCalendarFile(exeName, param: string);
implementation
uses
Classes, SysUtils,
CalendarConfig,
DateFormat, StringSplitter, DocumentManager;
const
KEY_INPUT = 'i'; // 入力ファイル名.フルまたは相対パス
KEY_OUTPUT = 'o'; // 出力テキストファイル名.
KEY_RANGE = 'r'; // 出力範... |
{***********UNITE*************************************************
Auteur ...... : NA
Créé le ...... : 26/04/2007
Modifié le ... : / /
Description .. : Source TOF de la FICHE : AFFECTSALPOP_MUL ()
Liste des salariés affectés par type de population
Mots clefs ... : TOF;AFFECTSALPOP_MUL
*************... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit mDevice.Windows.Common;
interface
uses
WinApi.Windows;
{$Z4}
const
POWER_SYSTEM_MAXIMUM = 7;
{$EXTERNALSYM POWER_SYSTEM_MAXIMUM}
type
TRelationship = record
Flag: DWORD;
Desc: String;
end;
_DEVICE_POWER_STATE = (
PowerDeviceUnspecified,
PowerDeviceD0,
P... |
unit FreeVertexUnit;
interface
uses Classes, SysUtils, ANEPIE;
procedure GListFreeVertex;
procedure GListFreeVertexMMFun (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ANE_DOUBLE_PTR ;
numParams : ANE_INT16 ;
const parameters : ANE_PTR_PTR ;
myHandle : ANE_PTR ;
rep... |
unit PtCnsConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters,
cxContainer, cxEdit, cxGroupBox, cxRadioGroup, cxSchedulerGanttView,
StdCtrls, Menus, cxButtons;
type
TTipoTerminoOP = (ttPrev... |
unit Xmpp.Iq.Vcard.Telephone;
interface
uses
Element,XmppUri,TypInfo;
const
TelephoneLocation:array[0..2] of string=('NONE' ,
'HOME',
'WORK');
TelephoneType:array[0..12] of string=('NONE',
'VOICE',
'FAX',
'PAGER',
'MSG',
'CELL',
'VIDEO',
'BBS',
'MODEM',
'ISDN',
'PCS',
'PREF',
'NUMBER'... |
unit PositionCategory;
////////////////////////////////////////////////////////////////////////////////
//
// Description: PositionCategory
// Author: lksoulman
// Date: 2018-1-22
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Windows,
... |
unit PlugInMgrImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description: PlugInMgr Interface Implementation
// Author: lksoulman
// Date: 2017-8-10
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
use... |
unit SimpleAutoConnection;
interface
uses
debug,simpleabstractconnection, systemx, typex, https, betterobject, tickcount, sysutils, helpers_stream, classes, numbers, simplesockproxconnection, simpletcpconnection, proxydefault, stringx;
type
TSimpleAutoConnection = class(TSimpleAbstractConnection)
protected
... |
unit
Core.Mail;
interface
uses
System.Win.comObj, System.Variants, System.SysUtils,
Winapi.Windows,
Core.Types;
procedure SendMailOutlook( Subject: string; Recipients, Copies: PDynamicVariantArray; BodyText: string; Attachments, AttachmentNames: PDynamicVariantArray; SaveIt, OpenOutlook: Boolean);
... |
unit Iso8859_12Utf8ProcessorUnit;
interface
uses
DefaultToUtf8ProcessorUnit, SysUtils;
type
TIso8859_12Utf8Processor = class(TDefaultToUtf8Processor)
private
FInputEncoding: TEncoding;
public
destructor Destroy; override;
function GetInputEncoding: TEncoding; override;
end;
imp... |
unit BaseEntityBaseUnit;
interface
uses
MSConnectionLayerUnit,
SysUtils,
ORMEntityUnit,
DataSetEnumeratorUnit,
NullablesUnit,
DB,
ADODB,
JoinedColumnPairUnit,
MSDMLQueryRecordUnit;
type
TBaseEntityBase = class;
TBaseEntityListBase = class;
TBaseEntityBase = class(TEntity)... |
Unit Ext;
Interface
Function ValorExt(V: Extended):String;
{ esta funcao retorna um string de caracteres contendo o valor V em
Reais por extenso }
Implementation
uses
StBcd;
Function Grupo(G : Integer):String;
Const
Unidade : Array[1..19]of String[9] = ('UM','D... |
unit ALPC_Base;
interface
uses SysUtils,Classes,ALPC_LPC_Define;
type
{$IFDEF CPUX64}
TAignValue = UInt64;
{$ELSE}
TAignValue = Cardinal;
{$ENDIF}
TBlock = array of TAignValue;
{$REGION 'MessageStructures'}
MessageStructures = class
strict private
fBlock:TBlock;//Buffer
public
pMsgHeader:PALPC_CUSTOM_MES... |
unit gSysUtils;
interface
uses
Variants
,uTob
{$if not Defined(EAGLCLIENT)}
,DB
{$ifend}
,HEnt1
,cbpErrorMsg
,Classes
;
type
ArrayOfStrings = array of String;
ArrayOfWideStrings = array of WideString;
ArrayOfIntegers = array of Integer;
ArrayOfDouble = array of Double;
ArrayOfVariants =... |
unit Unit3;
interface
uses dglOpenGL;
const
TexH = 1024;
TexW = 1024;
Type
Farben4 = record R, G, B, A : GLFloat; end;
Var
SheetTextur : array[1..TexW, 1..TexH] of Farben4;
procedure loadTextur(filename : String);
implementation
uses Graphics;
procedure TColor2RGB(const Color: TColor;... |
unit GroupLoanRequestForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.WinXCtrls, Vcl.Grids,
Vcl.ExtCtrls, Vcl.ComCtrls, Data.DB, Vcl.DBGrids;
type
TGroupLoanRequest = class(TForm)
... |
unit WriteRechargeUnit;
interface
uses Sysutils, Classes, Grids, Forms, Dialogs, ANEPIE,
WriteModflowDiscretization;
type
TRechargeWriter = class(TModflowWriter)
private
NRCHOP : integer;
NPRCH : integer;
// ParamNames : TStringlist;
procedure WriteDataSet1;
procedure WriteDataSet2;
proc... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 26/05/2005
Modifié le ... : / /
Description .. : Source TOM de la TABLE : PGEXCEPTIONS (PGEXCEPTIONS)
Mots clefs ... : TOM;PGEXCEPTIONS
*****************************************************************}
{
PT1 : 14/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.