text stringlengths 14 6.51M |
|---|
Unit UTomModeregl;
Interface
Uses StdCtrls,Classes,
{$IFDEF EAGLCLIENT}
utob,eFichList,
{$ELSE}
db,FichList,
{$ENDIF}
sysutils,
HCtrls,UTOM;
Type
TOM_MODEREGL = class(TOM)
Private
Guide : Boolean ;
Protected
procedure OnUpdateRecord ; override ;
... |
unit DW.NativeShape.Android;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit CPJALIMPORT_TOF;
interface
Uses StdCtrls, Controls, Classes, forms, sysutils, windows,
ComCtrls, HCtrls, HEnt1, HMsgBox, extCtrls,
{$IFDEF EAGLCLIENT}
eMul, eFiche,maineagl,
{$ELSE}
Mul, FE_main, HDB, DB, uDbxDataSet,
{$ENDIF}
HTB97, Dialogs, Hxlspas, UTOF, UTOB, HQry;
procedure CPLanceF... |
unit PGVIGVALABS;
{***********UNITE*************************************************
Auteur ...... : Paie -MF
Créé le ...... : 21/06/2006
Modifié le ... :
Description .. : Vignette des absences par motif (Camembert)
: Vignette : PG_VIG_VALABS
: Tablette : PGPERIODEVIGNETTE
... |
unit uScriptManager;
interface
uses
uScriptEditor, uScriptInterfaces, uPSI_uScriptInterfaces,
Menus, Classes, SynEdit, uPSComponent, uPSComponent_Default;
type
TScriptManager = class
private
Engine: TPSScript;
FEditor: TScriptEditor;
FTools: TScriptTools;
FScriptFileName: String;
FBatch... |
unit DataProcessing.Writer;
interface
uses
System.Classes;
type
IWriter = interface ['{ED6D0678-5FCE-41BA-A161-BE691FCB6B7B}']
procedure WriteOut(count: integer; sum: int64; average: real);
end;
TWriter = class(TInterfacedObject, IWriter)
strict private
FData: TStream;
FDataWriter: TStreamWrit... |
//Verificado automaticamente em 16/06/2020 09:29
unit fluxo_caixa;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, dxSkinsCore, cxGraphics,
cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxCon... |
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}
unit Validator.IsAlphanumeric;
interface
uses
DataValidator.ItemBase,
System.SysUtils, System.RegularExpressions;
type
TValidatorIsAlphanumeric = class(TDataVal... |
{$MODE OBJFPC}
program FOCUS;
const
maxN = 200000;
type
TInfo = record
q : Char;
x : Integer;
end;
var
a : array[1..maxN * 2] of TInfo;
b : array[1..maxN] of Integer;
f, c : array[1..maxN * 2] of Integer;
n, m, lim : Integer;
procedure Enter;
var
i, nLines, k, x, y : Intege... |
unit FormAdd;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls,
System.RegularExpressions, DateUtils, Types, TOperativeUnit, Vcl.ExtDlgs;
procedure Append(item : TElemType); stdcall
... |
unit CustomFrameUI;
interface
uses
Windows,
Classes,
Messages,
SysUtils,
Controls,
RenderDC,
AppContext,
RenderUtil,
CommonLock,
ComponentUI,
Generics.Collections;
type
// CustomFrameUI
TCustomFrameUI = class(TCustomControl)
private
protected
// Id
FUniqueId: Integer;
// Mo... |
unit MainClientFormU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm5 = class(TForm)
btnGet: TButton;
btnLOGIN: TButton;
procedure btnGetClick(Sender: TObject);
proc... |
Unit UViaCep;
// Agredicementos a (Vinicius Sanchez viniciussanchez - GIT)
Interface
Uses IdHTTP, IdSSLOpenSSL, UViaCepDados;
Type
TViaCEP = class
Private
FIdHTTP: TIdHTTP;
public
constructor Create;
destructor Destroy; override;
function Get(const ACep: string): TViaCEPDados;
function Val... |
unit GLObject;
(**********************************************************************
File name: globject.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 ob... |
unit WinAPIUtils;
interface
uses Windows, SysUtils;
function _QueryPerformanceCounter: Int64;
function _QueryPerformanceFrequency: Int64;
function _QueryThreadCycleTime(const ThreadHandle: THandle): UInt64;
function _QueryProcessCycleTime(const ProcessHandle: THandle): UInt64;
function _GetThreadId(Thr... |
{
Author: Niels A.D
Project: Lape (http://code.google.com/p/la-pe/)
License: GNU Lesser GPL (http://www.gnu.org/licenses/lgpl.html)
Tokenizer/Parser objects.
}
unit lpparser;
{$I lape.inc}
interface
uses
Classes, SysUtils,
lptypes;
type
EParserToken = (
//General
tk_NULL,
tk_Unkown,
t... |
unit zwmain;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
BGRABitmapTypes, BGRABitmap, BGRACanvas, gfx;
type
{ TMainForm }
TMainForm = class( TForm )
HeartBeat : TTimer;
procedure FormCreate(Sender: TObject);
procedure FormDestro... |
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}
unit Validator.IsIP; // IP (Internet Protocol)
interface
uses
DataValidator.ItemBase,
System.SysUtils, System.RegularExpressions;
type
TValidatorIsIP = class(TDa... |
unit SendEmail.FrmMain;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
RzTabs,
Vcl.WinXCtrls,
Vcl.ExtCtrls,
Vcl.ComCtrls;
type
TFrmMain = class(TFo... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 27/03/2003
Modifié le ... : / /
Description .. : Source TOM de la TABLE : AFPUBLICATION (AFPUBLICATION)
Mots clefs ... : TOM;AFPUBLICATION
*****************************************************************}
Unit uTomA... |
unit RepPropertyValue;
interface
uses
RepObjectBase, TypesConsts, Entity;
type
TRepPropertyValue = class(TRepObjectBase)
public
type
TLinkType = (ltNone, ltEntity, ltAttrKey, ltEventKey);
TOperatorType = (otNone, otEquals, otSmaller, otSmallerOrEqual, otGreater, otGreaterOrEqual, ot... |
// Sample Usage:
//
// FieldSpec := TTokens.Create(FieldSpecLine, ', ', '"', '"', '\',
// ssMultipleSeparatorsBetweenTokens);
// TRY
// FieldType := UpperCase(FieldSpec.Token(2));
// FINALLY
// FieldSpec.Free
// END
//
/////////////////////////////////////////////////////////////... |
unit ResStrs;
interface
{$INCLUDE 'language.inc'}
{$IFDEF LanguageEnglish}
const
resProductName = 'File Remover';
resourcestring
resTfrMain_Caption = resProductName;
resTfrmAbout_Caption = 'About '+ resProductName;
resbtnOK_Caption = 'OK';
resbtnCancel_Caption = 'Cancel';
resbtnExit_Caption... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit hsstrings;
interface
resourcestring
//////////////////////////////////////////////////////////////////////////////
// Exception messages.
//////////////////////////////////////////////////////////////////////////////
SUpdateThreadWinit = 'The thread does not respond to the INIT command'; //ok
S... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, Menus;
type
TForm1 = class(TForm)
Panel3: TPanel;
uEdit1: TEdit;
uEdit2: TEdit;
uEdit3: TEdit;
uEdit4: TEdit;
uCheckBox1: TCheckBox;
uLabel1: ... |
{***********UNITE*************************************************
Auteur ...... : B.MERIAUX
Créé le ...... : 30/10/2003
Modifié le ... : / /
Description .. :
Mots clefs ... :
*****************************************************************}
unit CLASSGenParser;
///////////////////////////////////////////////////... |
unit unVars;
// глобальные переменные
interface
uses
unTypes, IniFiles;
type
TUser = record
ID : Variant;
Name : string;
IsAdmin : Boolean;
end;
var
DebugMode:Boolean;
IniFile:TIniFile;
User:TUser;
StrSpeed:array[TSpeed] of string=('Низкая',
... |
{***********UNITE*************************************************
Auteur ...... : EPI
Créé le ...... : 20/03/2006
Modifié le ... : / /
Description .. : Source TOF de la FICHE : PROCESSUSDETAIL ()
Mots clefs ... : TOF;PROCESSUSDETAIL
*****************************************************************}
{
PT1 14/04/200... |
unit CacheDemoMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TfrmCacheTest = class(TForm)
Test: TButton;
Memo1: TMemo;
procedure TestClick(Sender: TObject);
private
... |
{
ID: dxmtb1
PROG: sort3
LANG: PASCAL
}
program sort3;
const maxn=1000;
var
n,i,j:longint;
num:array[1..maxn]of longint;
t:array[0..3]of longint;
flag:boolean;
f1,f2:text;
procedure change(a,b:longint);
var x:longint;
begin
x:=num[a];
num[a]:=num[b];
num[b]:=x;
end;
function search(i:l... |
unit GetCellVertexUnit;
interface
uses Classes, SysUtils, ANEPIE;
function GGetCellVertexCount(ListIndex : ANE_INT32; CellIndex : ANE_INT32): ANE_INT32;
procedure GGetCellVertexCountMMFun (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ANE_DOUBLE_PTR ;
numParams : ANE_INT16 ;
const par... |
unit UInterface;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Types;
type
PShort = ^Short;
PPShort = ^PShort;
PPChar = ^PChar;
PInt = ^Integer;
PFloat = ^Single;
PReal = ^Double;
{
Transporta os dados o contorno: usado na remoção de ... |
unit AveragingIoCMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TbtnAveraging = class(TForm)
btnArrayAggregator: TButton;
lbLog: TListBox;
btnFileAggregator: TButton;
... |
unit Uexception;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm219 = class(TForm)
ListBox1: TListBox;
Button1: TButton;
Edit1: TEdit;
Edit2: TEdit;
Edit3: TEdit;
... |
unit System.Console.ConsoleBuffer;
interface
uses
Winapi.Windows, System.Console;
{$M+}
Type
TConsoleBuffer = class
strict private
FFileHandle: THandle;
FWindowHeight: Integer;
FWidth: Integer;
FWindowWidth: Integer;
FHeight: Integer;
FBuffer: array of CHAR_INFO;
FClearBuffer: arra... |
{-------------------------------------------------------------------------------------
Version | Date | Qui | Commentaires
--------------------------------------------------------------------------------------
28/01/02 JP Création de l'unité
1.40.002.001 18/05/04 JP Ajout de la saisie d... |
unit RepositorioUnidade;
interface
uses DB, Auditoria, Repositorio;
type
TRepositorioUnidade = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTabela :String; override;
function GetIdentificador... |
unit BTMainUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ToolWin, ComCtrls, Menus, StdCtrls,
ExtCtrls, DBClient, DB, MidasLib, ImgList, CommCtrl;
type
TfrmBTMain = class(TForm)
MainMenu1: TMainMenu;
ToolBar1: TToolBar;
ToolBu... |
unit DW.AudioPlayer;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
{... |
{==============================================================================}
{ UNIT: lysee_zipper }
{ DESCRIPTION: zip/unzip functions (FPC) }
{ COPYRIGHT: Copyright (c) 2003-2011, Li Yun Jie. All Rights Reserved. ... |
unit uFrameListsBlacklist;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, Buttons, uBlacklist, Menus;
type
TfrmListsBlacklist = class(TFrame)
lstCBlacklist: TListView;
Label1: TLabel;
cmdClear: TSpeedButton;
c... |
unit OpenCV_HighGui;
interface
uses Windows, Sysutils, Math, Graphics, Types,
OpenCV_Types;
const
File_dll = 'opencv_highgui249.dll';
LibMpeg = 'opencv_ffmpeg249.dll';
Function cvFontQt(const nameFont: pchar; pointSize: Integer; color: CvScalar; weight, style, spacing: Integer): ... |
// Тестовая прогрмма, показывающая как плавно включается и выключается светодиод, подключенный к 11 выходу
uses ArduinoABC;
const
///Номер пина, к которому подключен светодиод
ledPin = 11;
///Задежрка между изменением яркости в мс.
delay = 2;
begin
//Инициализация экземпляра Arduino
var myUno := new Ard... |
unit Prototype.CloneablePersistent;
interface
uses
System.Classes;
type
TCloneablePersistent = class(TPersistent)
strict private
FData: TStream;
FIsBar: boolean;
FName: string;
protected
procedure AssignTo(Dest: TPersistent); override;
public
constructor Create;
destructor Destroy; ... |
namespace Moshine.Api.Weather;
uses
CoreLocation,
Foundation,
Moshine.Api.Weather.Models,
Moshine.Api.Weather.Models.DarkSky,
RemObjects.Elements.RTL;
type
DarkSkyApi = public class
private
_apiKey:String;
public
constructor(apiKey:String);
begin
_apiKey := apiKe... |
unit NullStream;
interface
uses
System.Classes;
type
TNullStream = class(TStream)
public
function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; overload; override;
end;
implementation
uses
System.SysUtils;
function TNullStream.Seek(const Offset: Int64; Origin: TSeekOrigin): Int64;
begin
i... |
unit fmeregcombobox;
{$mode delphi}
interface
uses
Forms,
Controls,
Dialogs,
ExtCtrls,
ActnList,
fmecustomcontrolframe,
regcombobox,
reglistbox,
regtype;
type
{ TControlRegComobBox }
TControlRegComobBox = class(TCustomRegControlFrame<TRegComboBox>)
acDeleteItem: TAction;
ActionList1:... |
unit regvaluelisteditor;
{$mode Delphi}{$H+}
interface
uses
Classes,
SysUtils,
LResources,
Controls,
Graphics,
ValEdit,
regconst,
LMessages,
regmsg,
regsourcen,
regtype,
grids;
type
{ TCustomRegValueListEditor }
TCustomRegValueListEditor = class(TValueListEditor)
private
FCurrKey... |
unit uInformacoesPessoa;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uPadrao, Repositorio, Pessoa, ExtCtrls, StdCtrls, Grids,
DBGrids, frameMaskCpfCnpj, Mask, DB, DBClient, frameFone;
type
TfrmInformacoesPessoa = class(TfrmPadrao)
GroupBox1: TGroupBo... |
program TestBasicStrings;
uses BasicStrings, Crt;
var Txt: string;
begin
Txt := 'Dies ist ein Test-String';
WriteLn('Urstring: '+Txt);
WriteLn('8 Linke Zeichen: '+Left(Txt, 8));
WriteLn('7 Zeichen ab 6. Position: '+Mid(Txt, 6, 7));
WriteLn('6 Rechte Zeichen: '+Right(Txt , 6));
end. |
unit DLBT;
interface
uses
windows, SysUtils;
const
// DLBT_Library = 'dlbt.dll';
DLBT_Library = 'wtbtd.dll';
NULL = nil;
type
QWORD = int64;
USHORT = word;
int = integer;
LPBYTE = array of char;
HANDLE = HWND;
ULONGLONG = UInt64;
//代理的类型
type DLBT_PROXY_TYPE = (
... |
unit icnorm;
interface
function invCumNorm(const p: double): double;
implementation
uses math;
// Coefficients in rational approximations.
const a: array[1..6] of double=(
-3.969683028665376e+01,
2.209460984245205e+02,
-2.759285104469687e+02,
1.383577518672690e+02,
-3.066479806614716e+01,
2.506628277459239... |
//Метод главных компонент (principal component analysis)
unit PCA;
interface
uses
Lib_TRED2_TQLI2,TypesForKD,Feature_Extractor,Math;
type
TPCA = class(TObject)
private
FMinValue: Double;
FMaxValue: Double;
FDispersion: Array of Double;
public
FAvgValue: Array of Double;
/... |
unit unConstEmision;
interface
uses SysUtils, Graphics;
const
TIPORELACION : array [0..11] of integer = (1, // equal
1, // >
1, // <
1, // >=
1, // <=
1, // <>
2, // esté entre los valores
2, // ... |
unit RDTPVirtualDiskClient;
{GEN}
{TYPE CLIENT}
{CLASS TVirtualDiskClient}
{IMPLIB RDTPVirtualDiskClientImplib}
{TEMPLATE RDTP_gen_client_template.pas}
{RQFILE RDTPVirtualDiskRQs.txt}
{USES VirtualDisk_Advanced}
{END}
interface
uses
VirtualDisk_Advanced, PacketHelpers_VirtualDisk, VirtualDisk_Status, Classes, Virtu... |
unit PXL.Devices.GL.Cocoa;
{
This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL).
Copyright (c) 2000 - 2015 Yuriy Kotsarenko
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General
Public License as published by the Free... |
{
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 GetFolders;
interface
uses
Windows;
type
TWindowsVersion = (wvUnknown, wvWin95, wvWin95OSR2, wvWin98, wvWin98SE,
wvWinME, wvWinNT3, wvWinNT4, wvWin2000);
var
IsWin95: Boolean = False;
IsWin95OSR2: Boolean = False;
IsWin98: Boolean = False;
IsWin98SE: Boolean = Fals... |
unit Domain.Shared;
interface
type
Entity<T> = interface
['{2818236C-F34E-45BD-94E9-DF5F3BF7A3BD}']
function sameIdentityAs(other: T): boolean;
end;
ValueObject<T> = interface
['{3EFE323E-78EA-44B9-B615-D1AE7D223F10}']
function sameValueAs(other: T): boolean;
end;
DomainEv... |
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL : http://192.168.0.101/Algol/ws/Algol?wsdl
// Encoding : UTF-8
// Codegen : [wfDebug,wfUseSerializerClassForAttrs]
// Versio... |
unit unConfigEngine;
interface
uses Windows, SysUtils, Classes, mir3_server_global;
type
TConfigEngine = class
private
FConfigFile : TConfig_SelectChar_Gate;
public
constructor Create;
destructor Destroy; override;
public
procedure LoadServiceConfig(AConfigFile: String);
... |
(*
|==============================================================================|
| Classe TTerminal custom desenvolvida para padrão de comunicação VT-100 E STX|
|==============================================================================|
11/01/2012 - Jorge - Incluido property para obter data/hora da ultima atu... |
{$i selftest.inc}
unit SelfTest.Passes;
interface
uses
Deltics.Smoketest,
SelfTest.Consts;
type
TTestPasses = class(TTestCase)
procedure BuiltInExpectations;
procedure SingleTests_Precise;
procedure SingleTests_Approximate;
procedure DoubleTests_Precise;
procedure ... |
PROGRAM XPrint(INPUT, OUTPUT);
CONST
Rows = 5;
Columns = 5;
TemplateSize = Rows * Columns;
TYPE
Matrix = SET OF 1..TemplateSize;
VAR
A, B, C: Matrix;
Ch: CHAR;
PROCEDURE WritePseudo(Template: Matrix);
VAR
IndexColumns, IndexRows, CurPos: INTEGER;
Ch: CHAR;
BEGIN { WritePseudo }
FOR... |
unit HistoricoMovimentacaoEstoque;
interface
uses SysUtils, Contnrs;
type
THistoricoMovimentacaoEstoque = class
private
Fcodigo :Integer;
Fcodigo_estoque :Integer;
Fcodigo_usuario :Integer;
Fqtd_pre_mov :Real;
Fqtd_movimentada :Real;
Fdesc_movimento :String;
Fnumero_doc :String;
... |
unit TreeUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ImgList, StdCtrls, AnePIE, Buttons, ExtCtrls, VirtualTrees;
type
PLayerReference = ^TLayerReference;
TLayerReference = record
Name: string;
AnObject: TObject;
IsLayer: boolean;
end... |
unit RepositorioDadosRepresentante;
interface
uses DB, Auditoria, Repositorio;
type
TRepositorioDadosRepresentante = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTabela :String; override;
fun... |
unit WriteRiverObservationsUnit;
interface
uses Sysutils, StdCtrls, Grids, WriteFluxObservationsUnit;
type
TRiverObservationWriter = class(TCustomObservationWriter)
protected
function GetLayerRoot : string; override;
function GetEVF : double; override;
function GetIOWTQ : integer; override;
funct... |
UNIT WC_ADS;
INTERFACE
FUNCTION IsEmpty: BOOLEAN;
PROCEDURE Insert(s: STRING);
PROCEDURE Remove(s: STRING);
FUNCTION Contains(s: STRING): BOOLEAN;
PROCEDURE WriteTree;
PROCEDURE Dispose;
IMPLEMENTATION
USES ModStringTree;
VAR t: Tree;
(* check if tree is empty *)
FUNCTION IsEmpty: BOOLEAN;
B... |
unit U_Version;
interface
const
C_Major=4;
C_Minor=0;
C_Release=0;
C_Revision=28964;
C_Date=42669.742727581;
C_DB_Revision=5927;
implementation
end. |
unit CommonInterfaces;
//This unit contains interfaces for general-purpose use.
interface
const
GUID_IUnknownEnhanced : TGUID = '{C3A564C0-3F7B-11D3-AC25-0080C859E788}';
GUID_IDelegatedLifeManager : TGUID = '{C3A564C1-3F7B-11D3-AC25-0080C859E788}';
type
//-----------------------------------------------------------... |
{$I CompMode.INI}
{$IFDEF Debug}
UNIT MXLookup;
{$ELSE}
UNIT A4;
{$ENDIF}
INTERFACE
{$IFDEF Debug}
USES
Utils;
{$ELSE}
USES
A6;
{$ENDIF}
FUNCTION GetSMTPAddress(Domain:STRING) : STRING;
CONST
MAX_HOSTNAME_LEN = 128;
MAX_DOMAIN_NAME_LEN ... |
unit JEN_Camera3D;
interface
uses
JEN_Header,
JEN_Math;
type
TCamera3D = class(TInterfacedObject, ICamera3D)
constructor Create;
private
FFOV : Single;
FPos : TVec3f;
FAngle : TVec3f;
// FSpeed : TVec3f;
// FMaxSpeed : Single;
FProj : TMat4f; // ... |
{
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 frmDataValuesUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
RealListUnit, StdCtrls, Buttons, ExtCtrls, Grids, DataGrid, ArgusFormUnit,
AnePIE, OptionsUnit, ArgusDataEntry;
type
TDataValues = class(TObject)
private
// FObjectIndex : ANE_INT32;
... |
unit MainForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls,
VclEx.ListView, Vcl.StdCtrls, DelphiUiLib.HysteresisList, PsSnapshot,
Vcl.ExtCtrls, WorkerThreads, Vcl.AppEvnts, Vcl.Menus, DelphiUtils.Events;
typ... |
{
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... |
{$include opts.inc}
unit Diffed3DTexture;
interface
uses
USystem, Errors, Utils, UMath, UClasses, Streams, U_GL, GLBase;
implementation
uses
PNG;
const
Signature = 'png-diff';
FORMAT_EXTRA_BITS = 1;
MIPS_BITN = 0;
function Pack(x: sint): uint8;
begin
if x > 0 then
result := 128 + ... |
{ **************************************************************
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: Registers components and property editors.
C... |
{ ****************************************************************************** }
{ * cloud 4.0 File System * }
{ ****************************************************************************** }
{ * https://zpascal.net ... |
unit WinGlobs;
interface
//uses windows;
// from SysUtils
{ Currency and date/time formatting options
The initial values of these variables are fetched from the system registry
using the GetLocaleInfo function in the Win32 API. The description of each
variable specifies the LOCALE_XXXX constant used to fetch the... |
unit HGECanvas;
interface
uses
Windows, HGE, DirectXGraphics;
type
THGECanvas = class
private
D3DDevice: IDirect3DDevice8;
public
constructor Create;
destructor Destroy; override;
procedure Circle(X, Y, Radius: Single; Color: Cardinal; Filled: Boolean; BlendMode: Integer = BLE... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ScktComp;
type
TForm1 = class(TForm)
ListView1: TListView;
Edit1: TEdit;
Button1: TButton;
Button2: TButton;
Memo1: TMemo;
... |
unit unImportarInformes;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, unCustomConsulta, FieldHider, ShortCutControl, artSeguridad, QueryPrint,
QueryToFile, ExportDialog, SortDlg, DB, dbtables, SDEngine, Grids, DBGrids, RxDBCtrl, ArtComboBox, ArtDBGrid, ComCtrl... |
unit ModBusDriver;
interface
uses
WinApi.Windows,
System.SysUtils,
System.Classes,
CommTypes,
ProtocolDriver,
ProtocolTypes,
AbstractTag,
CircleQueue,
DiscreteBlock,
AnalogBLock;
type
TModBusDriver = class(TProtocolDriver)
protected
FIOPacketsQueue : TCircleQueue<TIOPacket>;
FInterna... |
{==============================================================================
_ ve'va'CHe
__ _(_)_ ____ _ ___ ___ ™
\ \ / / \ \ / / _` |/ __/ _ \
\ V /| |\ V / (_| | (_| __/
\_/ |_| \_/ \__,_|\___\___|
game toolkit
Copyright © 2020 tinyBigGAMES™ LLC
All rights re... |
PROGRAM Jeu_de_l_Oie ;
// BUT : Réaliser un Jeu de l Oie.
// PRINCIPE : Faire boucle pour jet de dés. Calculer place du joueur suite au jet. Prendre en compte cases bonus ou case malus. Calculer de combien reculer si le joueur dépasse case arrivée.
// ENTRÉES : Le lancer de dés.
// SORTIE : La place du jou... |
program borrame;
const
MaxFilas = 10;
MaxCols = 10;
MaxBarcos = 3; {Barcos por jugada}
MinCol = 'A';
MaxCol = 'J';
MinFila = 1;
LongSub = 1;
LongFrag = 2;
LongDrag = 3;
{Tipos de Datos:}
type
TipoComando = (Jugador, Fin);
TipoFila = 1..MaxFilas;
TipoColumna = MinCol..... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit Posix.ffmpeg.libavutil.camelia;
(*
* An implementation of the CAMELLIA algorithm as mentioned in RFC3713
* Copyright (c) 2014 Supraja Meedinti
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License... |
{$include opts.inc}
unit rox_state_mainmenu;
interface
uses
USystem, Errors, UMath, Utils, UClasses, U_GL, GLBase, GLUtils, rox_state, rox_gl, rox_gfx, rox_ui, rox_ep_entry, rox_paths;
type
pMainMenu = ^MainMenu;
MainMenu = object(State)
type
ButtonEnum = (NewgameButton, GalleryButton, QuitButton);... |
//
// Created by the DataSnap proxy generator.
// 2019-02-15 ¿ÀÈÄ 2:32:04
//
unit SignedUp_ClientClass;
interface
uses System.JSON, Data.DBXCommon, Data.DBXClient, Data.DBXDataSnap, Data.DBXJSON, Datasnap.DSProxy, System.Classes, System.SysUtils, Data.DB, Data.SqlExpr, Data.DBXDBReaders, Data.DBXCDSReaders, Data.DBX... |
unit SystemInfoImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º SystemInfo Implementation
// Author£º lksoulman
// Date£º 2017-7-21
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
... |
{$IFDEF Windows} {!!.20}
!! ERROR: This unit is not compatible with Windows applications !! {!!.20}
{$ENDIF} {!!.20}
{$S-,R-,V-,I-,B-,F+,O+,A-}
{Conditional defines that may affect this unit}
{$I OPDEF... |
{-------------------------------------------------------------------------
FILESORT
An "Include" routine for sorting filenames
Written for Borland Turbo Pascal V 6.0
Copyright 1991, by John H. Eckert
Al... |
unit aidEmailObj;
{ name : aidEmailObj.pas
description : Object for wrappering an email.
}
interface
uses
aidCommsObj, Classes;
type
TaidEmailFormat = (aidEmailPlainText, aidEmailRichText);
TaidEmailPriority = (aidEmailNormal, aidEmailHighPriority);
type
TaidEmailArgument = Class(TPersistent)
... |
unit CashBook;
interface
uses
ADODB, SysUtils, DateUtils, FullSum, Dialogs, DANADO, danUtils;
type
TCashBook = class(TObject)
public
orderNumber : String;
pageNumber : Integer;
mamber : String;
bill : String;
sum : String;
sumBegin : String;
sumEnd : String;
operation : Boolean;... |
{-----------------------------------------------------------------------------
Unit Name: UnRptLiquidacionAprobadas
Author: RACastro
Date: 23-May-2006
Purpose: Listado de liquidaciones aprobadas dentro de un período
Pueden estar pagas o no (sin cheque)
History:
-------------------------------... |
unit DW.Geofence.Android;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.