text stringlengths 14 6.51M |
|---|
unit test_22_TerminationTest;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,
OtlComm,
OtlTask,
OtlTaskControl,
OtlEventMonitor;
type
TfrmTerminationDemo = class(TForm)
lbLog: TListBox;
btnStop: TButton;
btnTerminate: TButton;
... |
unit UDMCadDesenvolvimento;
interface
uses
SysUtils, Classes, FMTBcd, DB, SqlExpr, Provider, DBClient, LogTypes,
frxClass, frxDBSet, frxRich, frxExportMail, frxExportPDF, dbXPress;
type
TDMCadDesenvolvimento = class(TDataModule)
sdsDesenvolvimento: TSQLDataSet;
sdsDesenvolvimentoID: TIntegerField;
... |
////////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2008-2020 Alliance for Sustainable Energy. //
// All rights reserved. ... |
// Copyright (c) 2021 Arsanias
// Distributed under the MIT software license, see the accompanying
// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
unit
Core.Arrays;
interface
uses
Winapi.Windows,
System.Variants, System.SysUtils, System.Classes, System.Generics.Collections,
... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 27/06/2006
Modifié le ... : 08/06/2007
Description .. : Source TOF de la FICHE : RTTOPSUSCON ()
Suite ........ : CIBLAGE SUSPECT - CONTACT
Mots clefs ... : TOF;RTTOPSUSCON
**********************************************... |
unit SpecifiedPressFunctions;
interface
uses SysUtils, Dialogs, Contnrs, AnePIE, ANECB;
procedure InitializeSpecifiedPressure (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ANE_DOUBLE_PTR ;
numParams : ANE_INT16 ;
const parameters : ANE_PTR_PTR ;
funHandle : ANE_PTR ;
... |
{
Author: Niels A.D
Project: Lape (http://code.google.com/p/la-pe/)
License: GNU Lesser GPL (http://www.gnu.org/licenses/lgpl.html)
All (script)type and (script)variable classes, including corresponding evaluation functions (runtime/compile time).
}
unit lpvartypes_ord;
{$I lape.inc}
interface
uses
Classe... |
//010205
unit frX0Y0Change;
interface
uses
Windows, SysUtils, Variants, Classes,Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons,GlobalType, siComp, siLngLnk;
type
TfX0Y0Change = class(TForm)
ScrollBarX0: TScrollBar;
ScrollBarY0: TScrollBar;
Label1: TLabel;
Label2: TLabel;
LabelX0: TLa... |
unit SelectBlockCodeU;
interface
{$I Compiler.inc}
uses
SysUtils, Classes
, ToolsAPI
, CnContainers
, WidePasParser
, mPasLexTypes
;
type
TParser = TWidePasStructParser;
TToken = TWidePasToken;
TPairBlock = class
BPos: TToken;
EPos: TToken;
end;
TArrayString = array of string;
TArr... |
unit Grijjy.PropertyBag;
interface
uses
System.SysUtils;
type
{ A fast, lightweight and general purpose property bag. }
TgoPropertyBag = class
{$REGION 'Internal Declarations'}
private const
EMPTY_HASH = -1;
private type
TValueKind = (
{ Inline types (that fit into a 64-bit field) }
v... |
unit UControleUAC;
interface
uses shellapi,Windows,SysUtils,ShlObj;
const
LOGON_WITH_PROFILE=$00000001;
function CreateProcessWithLogon(lpUsername :PWideChar;
lpDomain :PWideChar;
lpPassword :PWideChar;
... |
unit uScriptEditor;
interface
uses
Classes, SysUtils, Menus, Contnrs, SynEdit, uPSComponent, uScriptInterfaces,
DFHotKey;
type
TSaveEvent = procedure(Sender: TObject; var Result: Boolean) of object;
TOutputUpdateEvent = procedure(Sender: TObject; const NewOutput: String;
Running: Boolean) of object;
EM... |
(* Winmerge Plugin
---------------
Unpack: Remove HTML tags from file to compare pure text with WinMerge
and keep the original HTML fiel as template with placeholders
Pack: Replace the placeholders in the template with merged text
Requires PreDiffer plugin "IgnoreHtmlMarker"
© Dr. J. Rathl... |
unit JidComparer;
interface
uses
Generics.Defaults,jid,SysUtils;
type
TBareJidComparer=class(TComparer<TJID>)
public
function Compare(x,y:TJID):integer;
end;
TFullJidComparer=class(TComparer<TJID>)
public
function Compare(x,y:TJID):integer;
end;
implementation
{ TBareJidComparer }
function TB... |
unit uDadosEmail;
interface
uses
Classes, ACBrBase, ACBrMail, Dialogs;
type
TDadosEmail = Class
private
FDestinatario: String;
FNomeRemetente: String;
FPort: Integer;
FRemetente: String;
FSSL: Boolean;
FPassword: String;
FMensagem: TStringList;
FAnexo: TStringList;
FTSL: Bool... |
//
// Created by the DataSnap proxy generator.
// 2019.07.19 ¿ÀÈÄ 1:57:12
//
unit ServerMethodClient;
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.DBXJS... |
unit DW.UniversalLinks.iOS;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit BrookServerClass;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, InstanceOfClass, StackClass,
BrookHTTPRequest,
BrookHTTPResponse,
BrookHTTPServer;
type
TBrookServerInstance = class (TInstanceOf)
public
FTriggerReload: boolean;
procedure RunServer(Interactive: boolean);
p... |
{
This file is part of Dev-C++
Copyright (c) 2004 Bloodshed Software
Dev-C++ 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 later ... |
unit InterpolationPIE;
//==============================================================================
//
// File: InterpolationPIE.pas
//
//
// Argus Numerical Environments - Plug In Extension, Release 1.0
//
// Copyright © 1996 Argus Holdings Ltd. All rights reserved.
//
// THIS IS UNPUBLISHED PROPRIETARY SOURCE C... |
unit mDataQueue;
interface
uses
System.Classes, System.SysUtils,
System.Generics.Defaults, System.Generics.Collections
;
type
TPopItemProcessFunc<T, T2> = reference to function(AItem: T): T2;
TDataQueue<TPush: Class; TData> = class(TThread)
private const
MAX_QUEUE_DEPTH = 64;
private
FPopItemPr... |
unit EstadisticasIndexacion;
interface
uses classes;
type
TEstadisticasIndexacion = class(TObject)
private
FTiempoTotal: Longword;
FNumeroDocumentos: Longword;
FNumeroPalabrasIndexadas: Longword;
FNumeroPalabrasVacias: Longword;
FNumeroPalabrasDiccionario: Longword;
FNumeroPalabrasVacia... |
(* größte Zahl, die im Source angegeben werden darf *)
Var cMaxNumber: Longint;
(* symbols *)
Var cNull: Longint; // Unknown
Var cTimes: Longint; // *
Var cDiv: Longint; // div
Var cAnd: Longint; // AND
Var cPlus: Longint; // +
Var cMinus: Longint; // -
Var cOr: Longint; // OR
Var cEql: Long... |
unit CxEtqCaixa;
interface
uses
DBClient, SysUtils,
CmObjNegocio, CmConexaoBcoDados, CmTiposBasicos, uEtiqueta;
type
TEtiquetaCaixa = class(TEtiqueta)
private
FCaixa : Integer;
FCodTransp: Integer;
FNumNota : Integer;
FPedido : String;
function SQLUpdCaixa: String;
protected
f... |
unit PXL.Scripts;
{
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 Software... |
unit DW.ShareItems;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
{ ... |
unit sort;
interface
uses tipe;
procedure sortBahanMentah(var arr: array of tipe.bahan_mentah);
procedure sortHasilOlah(var arr: array of hasil_olah);
procedure sortIsiInventori(var arr: array of isi_inventori);
implementation
procedure sortBahanMentah(var arr: array of bahan_mentah);
//Mengurutkan ar... |
unit frmOptions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, cxStyles, cxGraphics, cxEdit, cxVGrid, cxControls,
cxInplaceContainer,
AbstractDB, cxClasses, Menus, cxLookAndFeelPainters, cxButtons,
cxImageComboBox, cxDropDownEdit;
ty... |
PROGRAM Part10;
VAR
number : INTEGER;
a, b, c, x : INTEGER;
y : REAL;
BEGIN {Part10}
BEGIN
number := 2;
a := number;
b := 10 * a + 10 * number DIV 4;
c := a - - b
END;
x := 11;
y := 20 / 7 + 3.14;
{ writeln('a = ', a); }
{ writeln('b = ', ... |
unit MT3DLayerClasses;
interface
uses
MT3DDomainOutline, MT3DInactiveLayer, MT3DObservations,
MT3DTimeVaryConc, MT3DInitConc, MT3DPostProc, MT3DBulkDensity,
MT3DSorption, MT3DReaction, MT3DMassFlux, Mt3dMolecularDiffusion;
type
// MT3D Layers
TMT3DDomOutlineLayerClass = class of TMT3DDomOutlineL... |
unit CipherCRC;
////////////////////////////////////////////////////////////////////////////////
//
// Description:
// Author: lksoulman
// Date: 2017-8-4
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Windows,
Classes,
SysUtils,
Id... |
unit SMS_Maths;
interface
uses
SysUtils, Windows, Types, Classes;
const
EPSILON = 10e-8;
BIG_INT = High(Integer);
ONE_MEGA = 1048576;
ONE_GIGA = 1073741824;
function IsEpsilonZero(const dValue: Double): Boolean;
function IsNotEpsilonZero(const dValue: Double): Boolean;
function RealString(dReal: Do... |
unit MsgExSubcriberMgr;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º MsgExSubcriberMgr
// Author£º lksoulman
// Date£º 2017-12-08
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
MsgE... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 08/04/2003
Modifié le ... : / /
Description .. : Source TOF de la FICHE : AFREVFORMULEEDIT ()
Mots clefs ... : TOF;AFREVFORMULEEDIT
*****************************************************************}
Unit uTofAfRevFo... |
unit U_Version;
interface
const
C_Major=4;
C_Minor=0;
C_Release=0;
C_Revision=28566;
C_Date=42649.6798730093;
C_DB_Revision=5924;
implementation
end. |
program StokBuku;
uses crt,sysutils;
const
maks=1000;
namafile='StokBuku.DAT';
type
TBuku=record
idBuku : string[10];
judulBuku : String[20];
jenisBuku : string[20];
Pengarang : string[20];
Penerbit : string[20];
jum... |
unit UModel2;
interface
uses
DataValidator,
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls;
type
TForm1 = class(TForm)
LabeledEditNome: TLabeledEdit;
btnValidarTodos: TButton;
Memo1... |
unit PXL.Sensors.SHT10;
{
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 So... |
unit fDSTView;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, fBase508Form, VA508AccessibilityManager,
uSizing, Vcl.OleCtrls, SHDocVw, Vcl.StdCtrls, Vcl.ExtCtrls;
type
TfrmDSTView = class(TfrmBase508Form)... |
unit uMembers;
interface
type
TMembers = class
private
FMemberId: Integer;
FFirstName: string;
FMiddleName: string;
FLastName: string;
FAge: Integer;
function GetAge: Integer;
function GetFirstName: string;
function GetLastName: string;
function GetMiddleName: string;
funct... |
{$R-}
unit demoLog;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, Menus, WSocket;
type
TLog = class(TForm)
LogWnd: TRichEdit;
PopupMenu: TPopupMenu;
Copy1: TMenuItem;
Clear1: TMenuItem;
Refresh1: TMenuItem;
L... |
unit SettingForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, ExtCtrls, StdCtrls, ComCtrls,
Spin;
type
TSettingFrm = class(TForm)
pButton: TPanel;
bCancel: TButton;
bOk: TButton;
TreeView: TTreeView;
Notebook: TNotebook;
cbEnableDubleLine: TCheckBox... |
unit FProduto;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, FMTBcd, DB, SqlExpr, UProduto, UMenu,
UVendaItem;
type
TFProdutos = class(TForm)
Panel1: TPanel;
txtid: TEdit;
Label1: TLabel;
txtDescricao: TEdit;
... |
(******************************************************************************
* Copyright (C) 2023 Tomáš Horák
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, includi... |
UNIT StrList;
INTERFACE
TYPE
TStrList = CLASS(TObject)
PRIVATE
vList : ARRAY OF STRING;
PUBLIC
Count : Integer;
CONSTRUCTOR Create;
PROCEDURE Add(Text:STRING);
FUNCTION Strings(Index:Integer) : STRING;
END;
IMPLEMENTATION
CONSTRUCTOR TStrLi... |
unit base64;
interface
function EncodeBase64(const inStr: string): string;
function DecodeBase64(const CinLine: string): string;
implementation
function EncodeBase64(const inStr: string): string;
function Encode_Byte(b: Byte): char;
const
Base64Code: string[64] =
'ABCDEFGHIJKLMNOPQRSTUV... |
unit unServicio;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, SvcMgr, Dialogs, ExtCtrls, Login, artDbLogin, ImgList, unImportFromSRT;
type
TfrmServicioStatusSrt = class(TService)
DBLogin: TDBLogin;
ilColor: TImageList;
ilByN: TImageList;
procedure ServiceAfterInstall(S... |
(* This is file is part of PasLibVlcPlayerDemo program
*
* 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 later version.
*
* This... |
{
Диалог загрузки файлов с раб. планами
v0.0.1 (29.06.06)
}
unit LoadExcelDataDlg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ToolWin, DB, ADODB, ExtCtrls, ImgList,
Excel2000, ActnList, XLSchema;
type
TLogMsg = (lmInfo=0, lmWarn... |
unit MsgDemoMessages;
interface
uses
VSoft.Messaging;
type
THelloMessage = record
MsgID : Cardinal;
Filler : TMessageFiller;
Name : string;
public
constructor Create(const theName : string);
end;
TGoodByeMessage = record
MsgID : TMessageID;
Filler : TMessageFiller;
Name :... |
unit prUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, NppDockingForms, Vcl.StdCtrls,
Vcl.ExtCtrls, ConstUnit, System.Actions, Vcl.ActnList, System.ImageList,
Vcl.ImgList, Vcl.PlatformDefaultSty... |
unit WebPopNewsCommandImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Descriptionú║ WebPopNewsCommand Implementation
// Authorú║ lksoulman
// Dateú║ 2017-11-20
// Commentsú║
//
////////////////////////////////////////////////////////////////////////////////
int... |
{
Окно просмотра структуры (полная)
v0.2.7 (13/09/06)
}
unit BrowserForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ImgList, DB, ADODB, SConsts, SIntf,
StdCtrls, ExtCtrls, ActnList, ToolWin, Menus, HTMLabel, SCategory, STypes;
type
TfmBr... |
unit ImptSql;
interface
uses Classes,
uDbxDataSet, Variants, ADODB,
UScript, Dialogs, DB, Forms, HRichOle;
type
TTypeSortie = (tsAucune, tsParadox, tsASCII, tsASCIIODBC, tsODBC);
TDestSortie = (tsUser, tsTemp, tsAliasODBC);
TModeAscii = (maFixe, maDelimite);
TScriptRequete = class(TScript)
private
FRequete ... |
unit MFHydraulicCond;
interface
{MFHydraulicCond defines the "Hydraulic Cond Unit[i]" layer
and associated parameters.}
uses ANE_LayerUnit;
type
TKx = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
function Value : string; override;
end;... |
unit commands_string;
//when we find a split
//
{x$DEFINE USE_MULTI_QUEUE}
//TODO - Optimize for strings of same length
interface
uses
commandprocessor, typex, classes, generics.collections, sysutils, debug, numbers, simplequeue, systemx,
{$ifDEF USE_MULTI_QUEUE}
globalmultiqueue,
{$endif}
linked_list;
ty... |
unit test_wrapper;
{$mode Delphi}{$H+}
interface
uses
SysUtils,
regsourcen,
regtype;
type
{ TWrapper }
// Grundklasse für alle spezialisierten Wrapper
TWrapper<_T> = class
private
FRegControl: _T;
FCanRead: boolean;
FCanWrite: boolean;
FDoWriteAdHoc: boolean;
FGroupIndex: integer... |
{
Модуль упр-ния кафедрами (DBADMIN)
v0.0.2a (09.04.06)
}
unit KafedraForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Modules, DB, ADODB, Grids, DBGrids, ToolWin, ComCtrls, StdCtrls;
type
TfrmKafedrs = class(TModuleForm)
DataSource: TDataSource;... |
unit BizPacket2Impl;
interface
uses
dialogs, windows, SysUtils, Classes, Variants, BizPacket, WinSock;
const
/// 结果集名最大长度
MaxDatasetName = 32;
/// 字段名最大长度
MaxFieldName = 64;
/// 每个结果集可能长度 结果集名+结果集头+字段信息
MinDatasetSize = 512;
/// 当前版本
CurrentVersion = $21;
/// 整数最大长度
MaxIntWidth = 20;
/// 浮点... |
unit RepositorioCoresKit;
interface
uses DB, Auditoria, Repositorio;
type
TRepositorioCoresKit = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTabela :String; override;
function GetIdentificad... |
procedure TForm1.iniSetup();
begin
iniMain:= ExtractFilePath(Application.EXEName) +'main.ini';
ini:= TIniFile.Create(iniMain);
{ 'Protocol' Section }
ini_main_useWIFI:= Ini.ReadBool('Protocol', 'useWIFI', true);
ini_wlan_profile:= Ini.ReadString('Protocol', 'profileWlan', profile_dir +'main.xml');
ini_main... |
unit DW.Location.Types;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }... |
unit rftdmoduleinterface;
interface
uses DeviceModuleInterface;
type
TStabMode = (mChallenge, mCharge, mInRange,
mInRangeTime, mWatch, mOutTarget, mOutTargetInRangeTime, mChargeTimeOut);
IRftdModule = interface(IDeviceModule)
['{40D6B649-E459-4DE2-B42A-8E8DA6E2AC28}']
function GetStabMode: TStabMode; st... |
unit TelegAPI.Bot;
interface
uses
System.Generics.Collections,
System.Rtti,
System.Classes,
System.SysUtils,
System.TypInfo,
System.Net.Mime,
System.Net.HttpClient,
TelegAPI.Classes,
XSuperObject;
type
TTelegramBot = class;
TtgRecesiver = class( TThread )
private
FBot : TTelegramBot... |
unit ShareMgr;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º ShareMgr Interface
// Author£º lksoulman
// Date£º 2017-9-13
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
ElAES,
Prox... |
unit About;
interface
uses
Windows, Messages, SysUtils, Forms, StdCtrls, ExtCtrls, Inifiles, shellapi,
DCConst, Controls, Classes;
type
TAboutForm = class(TForm)
lbl_name: TLabel;
img_schloss: TImage;
lbl_version: TLabel;
lbl_leader: TLabel;
lbl_copyright: TLabel;
spe_lef... |
unit CommandlineUnit;
interface
uses
Classes;
function CommandLine: string;
function CreateCommandLineStrings: TStrings;
implementation
uses
Windows;
function CommandLine: string;
begin
Result := GetCommandLine();
end;
function CreateCommandLineStrings: TStrings;
begin
// TODO ##jpl: ... |
unit Calculadora;
interface
uses
System.SysUtils;
type
ESomaError = class(Exception);
ESubtraiError = class(Exception);
EMultiplicaError = class(Exception);
EDivideError = class(Exception);
//enumerado
TOperacao = (opSomar, opSubtrair, opMultiplicar, opDividir);
TCalculadora = class
private
F... |
unit GlobalScanDataType;
interface
uses globaltype;
type TData=class(Tobject)
private
function max :datatype;
function min :datatype;
function mean :single;
public
flg:byte; //type data Topo,Phase or ...
caption:string;
captionX:Ansistring; //axies ... |
unit Controller.Generic;
interface
uses
Controller.Base;
type
TControllerGeneric = class(TControllerBase)
private
FTable: String;
FPrimaryKey: String;
protected
function Path: String; override;
function TableName: String; override;
function PrimaryKey: String; override;
public
const... |
unit uFrameHistoryOptions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TfrmHistoryOptions = class(TFrame)
Label1: TLabel;
Bevel1: TBevel;
Label2: TLabel;
cboSaveFilter: TComboBox;
cmdSave... |
unit Forest;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, TreeClass, utils;
type
TForest = class
private
FTreelist : TList;
function GetCount:integer;
public
constructor Create;
procedure addTree( t:TTree);
function getTreeByIndex( i: integer ) : TTree;
... |
unit PXL.Textures.DX9;
{
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 Sof... |
{
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... |
// Mandatory unit header per GUI SAC, Section 6.1.1
// Package: Provider Role Tool GUI application
// Date Created: August 2017
// Site Name: CPRS EP1 Remote Development Team
// Developers: Chris Bell (Delphi)
// Jamie Crumley (M)
// Description:
// Note: This application requires OR_3_453 in order to run.
unit U508Ex... |
{
*****************************************************************************
* *
* This file is part of the iPhone Laz Extension *
* *
*... |
unit MF_GWM_Flux;
interface
uses SysUtils, ANE_LayerUnit;
type
TFluxVariableName = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
constructor Create(AParameterList : T_ANE_ParameterList;
Index : Integer = -1); override;
function Units : string; override;
function Va... |
unit CustomDialogUnit;
interface
uses
Windows, Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.StdCtrls, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, NppForms, Vcl.ExtCtrls,
{$IFDEF NPPCONNECTIONS}TranslateComponentsUnit,{$ENDIF}
Vcl.Buttons;
type
TCustomDialogForm = class... |
(******************************************************************************
* PasVulkan *
******************************************************************************
* Version see PasVulkan.Framework.pas ... |
unit DW.Androidapi.JNI.Print;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit UpdateOldFiles;
interface
uses AnePIE;
procedure UpdateOldNamesAndExpressions(aneHandle : ANE_PTR );
implementation
uses OptionsUnit, SLSutraMesh, SLDispersivity, SLSourcesOfFluid,
SLEnergySoluteSources, SLSpecifiedPressure, SLSpecConcOrTemp,
SLInitConcOrTemp, frmSutraUnit, GlobalVariables;
procedu... |
unit LoadProcessCommandImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º LoadProcessCommand Interface Implementation
// Author£º lksoulman
// Date£º 2017-11-14
// Comments£º
//
/////////////////////////////////////////////////////////////////////////... |
unit DataDictionary;
interface
uses sharedobject, sysutils, classes;
type
TDataDefinition = class (TSharedObject)
private
FObjectType: ansistring;
FKey1: ansistring;
FSubtype: ansistring;
FTable: ansistring;
FLink: ansistring;
public
property ObjectType: ansistring read FObjectType writ... |
unit uRegToCfg;
interface
uses
uTypes,
uStrings,
uFiles,
uFile,
SysUtils,
Registry,
Windows;
procedure RegistryToDccCfg;
const
RemovePrefix = '-';
procedure LibToReg(const Lines: TArrayOfString);
procedure BplToReg(const Lines: TArrayOfString);
implementation
uses
uDelphi,
uM... |
unit CountDispWindow;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,
// ******************************************************************************
TypesUnit, Preferences;
// ************************************************************************... |
program ejercicio_7;
uses SysUtils;
const
vInvalido = 9999;
type
especie = record
cod : integer;
nombre : string;
familia : string;
desc : string;
zona : string;
end;
archivo_especies = file of especie ;
procedure leerMaestro (var a : archivo_especies ; var r : e... |
//Verificado automaticamente em 16/06/2020 09:28
unit m_Pis;
interface
uses SYSUTILS, firedac.comp.client, h_db;
Type
TPIS = class(tinterfacedobject)
private
PIS_cocigo: string;
PIS_descricao: String;
function getPisCodigo: String;
function getPisDescricao: String;
public
property CODIG... |
unit Explorer;
{$mode delphi}{$h+}
interface
implementation
uses GlobalConfig,GlobalTypes,Devices,Keyboard,Logging,Platform,Serial,Threads,SysUtils;
procedure StartLogging;
begin
LOGGING_INCLUDE_COUNTER:=False;
SERIAL_REGISTER_LOGGING:=True;
SerialLoggingDeviceAdd(SerialDeviceGetDefault);
SERIAL_REGISTER_LOGGIN... |
{***************************************************************************************************
ZydisEditor
Original Author : Florian Bernd
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in t... |
{*******************************************************************************
作者: dmzn 2008-9-5
描述: 维护一组操作系统图标
备注:
&.管理器维护了大小两个图标列表,可以为相关组件提供图标关联.
&.使用GetIcon可以获取指定文件或扩展名的图标索引,该索引对应图标列表中的一个
图标.
*******************************************************************************}
unit UMgrWinIcon;
... |
{***********UNITE*************************************************
Auteur ...... : CB
Créé le ...... : 26/03/2001
Modifié le ... :
Description .. : Fonction générales au planning
Suite ........ : Notamment gestion des paramètres
Mots clefs ... : PLANNING
****************************************************************... |
unit AlignStringsUnit;
interface
uses
Winapi.Windows, System.SysUtils, System.Classes, System.Math, ConstUnit;
type
TAlignStrings = class(TStringList)
private
procedure AlignDeclarations(const StartRow: Integer);
procedure AlignVars(const StartRow: Integer; AlignColumn: Integer = 0);
... |
unit UntPayment;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, RzEdit, RzButton;
type
TfrmPayment = class(TForm)
lblTotalAmount: TLabel;
edtTotalAmount: TRzNumericEdit;
lblCard: TLabel;
edtCard: TRzNumericEdit;
... |
unit DW.Androidapi.JNI.AndroidX.Biometric;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform... |
unit RepositorioComissaoHasLancamentos;
interface
uses DB,
Auditoria,
Repositorio;
type
TRepositorioComissaoHasLancamentos =... |
unit ComDataSet;
interface
uses Classes, SysUtils, DB, WNDataSetInf;
type
TWNComField = class(TInterfacedObject, IWNField)
private
FFieldName: WideString;
FFieldType: FieldTypeEnum;
FField: TField;
protected
{IWNField}
function Get_FieldName: WideString; safecall;
function Get_FieldType... |
unit RepositorioCaixas;
interface
uses
DB,
Auditoria,
Repositorio;
type
TRepositorioCaixas = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTab... |
{***********UNITE*************************************************
Auteur ...... : Laurent Abélard
Créé le ...... : 19/11/2007
Modifié le ... : 23/01/2008
Description .. : Incrémentation du Numéro de Build d'un fichier de
Suite ........ : ressource .res
Suite ........ : La compilation d'un projet en ligne de commande
... |
unit stax.asyncio;
{$mode objfpc}{$H+}
interface
uses
SysUtils, stax;
type
EReadError = class(Exception);
EWriteError = class(Exception);
{ TIOReader }
TIOReader = class
private
FAsyncSleepTime: Integer;
public
constructor Create(AsyncSleepTime: Integer);
function TryRead(ABuffer: Poin... |
unit SLFishnetMeshLayout;
interface
uses SysUtils, ANE_LayerUnit, SLCustomLayers;
type
TElemInXParam = class(T_ANE_MeshParam)
class function ANE_ParamName: string; override;
function Value: string; override;
constructor Create(AParameterList: T_ANE_ParameterList;
Index: Integer = -1); override;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.