text stringlengths 14 6.51M |
|---|
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2016 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
unit TTSNOTICEPTTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSNOTICEPTRecord = record
PLenderNum: String[8];
PType: Integer;
PDescription: String[100];
PNoticeScanDate: String[10];
PLetterDate: String[10];
PNoticeType: String[1];
... |
{
Модуль компонента работы с набором записей файла с разделителем
Версия: 0.0.0.2
}
unit ICSdfDataset;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, sdfdata;
const
{ Расширение имени файла блокировки }
LOCK_FILENAME_EXT = '.lck';
type
{ Компонент раб... |
unit MFichas.Model.Usuario.TipoDeUsuario.Fiscal;
interface
uses
MFichas.Model.Usuario.Interfaces,
MFichas.Controller.Usuario.Operacoes.Interfaces,
MFichas.Controller.Types;
type
TModelUsuarioTipoDeUsuarioFiscal = class(TInterfacedObject, iModelUsuarioMetodos)
private
[weak]
FParent : iM... |
// **************************************************************************************************
//
// Unit uSettings
// unit for the Delphi Preview Handler https://github.com/RRUZ/delphi-preview-handler
//
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you ... |
{
Copyright (c) 2016, Vencejo Software
Distributed under the terms of the Modified BSD License
The full license is distributed with this software
}
unit ooFactory.ClassItem;
interface
uses
{$IFNDEF FPC AND (CompilerVersion > 21)}
RTTI,
{$ENDIF}
ooFactory.Item.Intf;
type
TFactoryItem<TClassType> = class(T... |
{ Date Created: 5/25/00 5:01:02 PM }
unit InfoLOSSCODETable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoLOSSCODERecord = record
PCode: String[3];
PDescription: String[30];
PActive: Boolean;
End;
TInfoLOSSCODEBuffer = class(TDataBuf)
prot... |
program controlWhile;
var x, y : integer;
begin
x := 0;
writeln('initial value of x:', x);
while x < 10 do
begin
x := x + 3;
writeln('value of x are x + 3 =', x);
end;
writeln('final value of x:', x);
end.
|
unit arabian_hw;
interface
uses nz80,main_engine,controls_engine,gfx_engine,rom_engine,ay_8910,
pal_engine,sound_engine,mb88xx;
function iniciar_arabian:boolean;
implementation
const
arabian_rom:array[0..3] of tipo_roms=(
(n:'ic1rev2.87';l:$2000;p:0;crc:$5e1c98b8),(n:'ic2rev2.88';l:... |
unit GX_FavFileProp;
interface
uses
Classes, Controls, Forms, ExtCtrls, StdCtrls, ComCtrls, GX_BaseForm;
type
TfmFavFileProp = class(TfmBaseForm)
pgeProperties: TPageControl;
tabProperties: TTabSheet;
lblFile: TLabel;
lblName: TLabel;
lblDescription: TLabel;
btnCancel: TButt... |
unit uGameUtils;
interface
uses Generics.Collections, FMX.Objects3D, FMX.Types3d, System.Math.Vectors, System.UITypes, FMX.Controls3D,
System.SysUtils, System.Math, FMX.Ani, system.classes;
type
TSceneJeu = (intro, menu, jeu, options, gameover, victoire, aide, highScores);
TEnnemi = class(TDummy)
privat... |
unit k2OpMisc;
{* Утилитные методы для работы с пачками операций }
// Модуль: "w:\common\components\rtl\Garant\K2\k2OpMisc.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "k2OpMisc" MUID: (48CF8F160109)
{$Include w:\common\components\rtl\Garant\K2\k2Define.inc}
interface
uses
l3IntfUses
, l3Variant
;
functi... |
unit Client1C;
interface
uses XSuperObject, System.SysUtils, System.DateUtils, GlobalTypes, IBX.IBDatabase, Data.DB, IBX.IBCustomDataSet,
IBX.IBEvents, IBX.IBQuery, Variants, IdGlobal, ProtocolCommon, EventUnit;
type TFriServer = class(TObject)
DevID : integer;
DevClass : byte;
DevUID ... |
{ > P2ada test - Example coming from Steven H Don's tools, http://shd.cjb.net
{ in Ada: see SVGA-IO.adb, DOS_Paqs.zip. }
{****************************************************************************
** Demonstration of loading a GIF file and displaying it on screen **
** by Steven H Don ... |
unit vcmMenuManager;
{* Менеджер меню. }
{ Библиотека "vcm" }
{ Автор: Люлин А.В. © }
{ Модуль: vcmMenuManager - }
{ Начат: 14.03.2003 17:06 }
{ $Id: vcmMenuManager.pas,v 1.513 2013/07/26 10:32:44 morozov Exp $ }
// $Log: vcmMenuManager.pas,v $
// Revision 1.513 2013/07/26 10:32:44 morozov
// {RequestLin... |
unit UNetProtocolConst;
interface
Const
CT_MagicRequest = $0001;
CT_MagicResponse = $0002;
CT_MagicAutoSend = $0003;
CT_NetOp_Hello = $0001; // Sends my last operationblock + servers. Receive last operationblock + servers + same operationblock number of sender
CT_NetOp_Error =... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ Win32 Synchronization objects }
{ }
{ Copyright (c) 1997 Bo... |
unit BBoard;
interface
uses
{$IFNDEF TEST}
ComObj, ActiveX, commmunity_TLB, StdVcl, Classes, Windows;
{$ELSE}
ComObj, ActiveX, Classes, Windows;
{$ENDIF}
type
TBBoard = class(TAutoObject, IBBoard)
public
destructor Destroy; override;
public
procedure Open(const Id: WideString; IsForum: WordBo... |
unit nscTreeViewRes;
{* Ресурсы для TnscTreeView }
// Модуль: "w:\common\components\gui\Garant\Nemesis\nscTreeViewRes.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "nscTreeViewRes" MUID: (4B97DC630378)
{$Include w:\common\components\gui\Garant\Nemesis\nscDefine.inc}
interface
{$If Defined(Nemesis)}
uses
l3I... |
//******************************************************************************
//*** Cactus Jukebox ***
//*** ***
//*** (c) 2006-2009 ... |
namespace Sugar;
interface
{$IF NETFX_CORE}
uses
System.Linq;
{$ENDIF}
type
UserSettings = public class {$IF COOPER}{$IF NOT ANDROID}mapped to java.util.prefs.Preferences{$ENDIF}
{$ELSEIF ECHOES}
mapped to {$IF WINDOWS_PHONE}System.IO.IsolatedStorage.IsolatedStorageSettings{$ELSEIF NETFX_CORE}Wi... |
{ Subroutine SST_DTYPE_SIZE (DTYPE)
*
* Set the SIZE_USED and SIZE_ALIGN fields in the data type descriptor DTYPE.
* The BITS_MIN and ALIGN fields must be previously set.
}
module sst_DTYPE_SIZE;
define sst_dtype_size;
%include 'sst2.ins.pas';
procedure sst_dtype_size ( {set all the size fields given... |
unit UDownloader;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, MSXML2_TLB;
{
Hinweis zum Import der Unit MSXML2_TLB
1.) Datei -> alle schliesen
2.) Projekt -> Typbibliothek importieren...
3.) Auswählen: Microsoft XML (Version 4)
4.) Unit ... |
{
File: NameRegistry.p
Contains: NameRegistry Interfaces
Version: Technology: MacOS
Release: Universal Interfaces 3.4.2
Copyright: © 1993-2002 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports, consult the following page on
... |
Program Game;
uses Crt;
const
CAT : String = 'cat';
DOG : String = 'dog';
LIGHT_GRAY: Integer = 7;
GRAY: Integer = 8;
DARK_BLUE: Integer = 3;
WHITE: Integer = 15;
GREEN: Integer = 10;
LIGHT_BLUE: Integer = 11;
var
user, pet, name, answer: string;
steps, menuChoice, hungry, mood,... |
unit IconUtils;
interface
uses
Windows, SysUtils, Graphics, ShellApi, ShlObj;
function GetIconFromPathIndx( const PathIndx : string ) : HICON;
function GetIconFromFile( const filename : string ) : TIcon;
function GetIconFromResource( Resource : string ) : TIcon;
function GetDirectoryLargeIcon : TIcon;... |
unit bsDocumentContextSearcher;
{* Объект предназначенный для контекстного поиска в документе }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\bsDocumentContextSearcher.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TbsDocumentContextSearcher" MUID: (495137C70135)
{$Include w:\garant6x\implement... |
unit Languages;
interface
uses
Classes, CacheAgent, MapStringToObject;
type
TLanguageId = string;
type
TMultiString =
class( TStringList )
end;
TRegMultiString =
class( TMultiString )
public
constructor Create( anId, aDefValue : string );
destruct... |
{ ***************************************************************************
Copyright (c) 2016-2022 Kike Pérez
Unit : Quick.Linq
Description : Arrays and Generic Lists Linq functions
Author : Kike Pérez
Version : 1.0
Created : 04/04/2019
Modified : 27/01/2022
This file is par... |
unit Accel;
{$BoolEval OFF}
interface
uses
Windows, Messages, Classes, Controls, Forms, TimerUtils, ExtCtrls;
type
EAccelError = class(EOutOfResources);
const
MaxEntryCount = 103*2*2;
const
DefEntryCount = 20;
IncSize = 16;
type
TNotifyCommandProc = procedure(Command : wor... |
unit UCliente;
interface
uses UEndereco, System.Generics.Collections, System.sysutils;
type
TCliente = class
private
FNome: String;
FEmail: String;
FCPF: String;
FIdentidade: String;
FEndereco: TList<TEndereco>;
FTelefone: String;
FID: integer;
procedur... |
unit uVersaoSistema;
interface
uses System.SysUtils, Vcl.Forms, uDM, FireDAC.Stan.Param, Data.DB,
FireDAC.Comp.Client, uFormVersao;
type
TVersaoSistema = class
private
procedure ExecutarSQL(LinhaComando: string);
function RetornaVersao: Integer;
function SoNumeros(Valor: string): string;
functi... |
unit ActiveHandleException;
interface
uses
Vcl.Forms, System.SysUtils, System.Classes, Vcl.dialogs;
type
TActiveHandleException = class
private
FLogFile: String;
procedure AppException(Sender: System.TObject; E: Exception);
public
constructor Create;
end;
implementation
procedure TActiveHandleE... |
unit Pedidos;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls,
FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf,
FireDAC.Phys.Intf, FireDAC.Stan.Def, Fire... |
/// Miscellaneous utilities
unit tmsUFlxUtils;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses tmsUExcelAdapter, tmsUFlxMessages, SysUtils, tmsXlsMessages, Graphics;
//------------------------------------------------------------------------//
/// <summary>
/// \Returns the most similar entry on the excel palette for... |
// generates formatted Pascal code from a token collection
// Original Author: Egbert van Nes (http://www.dow.wau.nl/aew/People/Egbert_van_Nes.html)
// Contributors: Thomas Mueller (http://www.dummzeuch.de)
// Jens Borrisholt (Jens@borrisholt.dk) - Cleaning up the code, and making it ... |
unit uUtil;
interface
uses
SysUtils, Classes,Windows,Forms,
ComCtrls,
uCheckValiable,
uCommon,
dllFunction,
WinSock;
procedure Delay(MSecs: Longint);
procedure MyDelay(Milliseconds: DWORD);
function ResponseCheck(aIndex,aDelay:integer):Boolean;
Function ByteCopy(p:pAnsiChar;n:cardinal):String;
... |
unit debugHelper;
{$mode objfpc}{$H+}
{
DebugForm.Append('Start');
DebugForm.Append('%s', 'test=');
DebugForm.Append('%s=%d', 'test=', 69);
DebugForm.Append('%s=%s', 'true', true);
DebugForm.Append('%s=%s', 'false', false);
DebugForm.Append('%s=%d', 'true', Integer(true));
DebugForm.Append('%s=%d', 'false', Integer(f... |
unit ResourceUtils;
(*************************************************************
Copyright © 2012 Toby Allen (https://github.com/tobya)
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 re... |
(*
Tg framework, FCL HTTP Daemon Broker
Copyright (C) 2014 Silvio Clecio
See the file LICENSE.txt, included in this distribution,
for details about the copyright.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILI... |
unit l3AutolinkService;
// Модуль: "w:\common\components\rtl\Garant\L3\l3AutolinkService.pas"
// Стереотип: "Service"
// Элемент модели: "Tl3AutolinkService" MUID: (552BF69B039B)
{$Include w:\common\components\rtl\Garant\L3\l3Define.inc}
interface
uses
l3IntfUses
, l3ProtoObject
, l3Variant
;
(*
Ml3AutolinkSe... |
{ 解析网页的公共方法,类 }
unit HtmlParseUtils;
interface
uses
mshtml, Windows, Classes, SysUtils, StrUtils, ActiveX, Contnrs, ExtCtrls,
SHDocVW, Graphics, Messages;
const
WM_PROCESS_YESNODLG = WM_USER + $9801;
WM_REMOVE_OBJ = WM_USER + $9802;
type
EHtmlParseException = class(Exception)
end;
{ 表格数据支持.提供者... |
unit evContentsNodeFilter;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "Everest"
// Автор: Инишев Д.А.
// Модуль: "w:/common/components/gui/Garant/Everest/evContentsNodeFilter.pas"
// Родные Delphi интерфейсы (.pas)
// Genera... |
unit StepParams;
interface
uses
StepParamsIntf, StepParamIntf, Classes, SysUtils;
type
EInvalidParamType = class(EVariantError);
TStepParams = class(TInterfacedObject, IStepParams)
private
FParams: IInterfaceList;
function GetParam(AParam: Variant): IStepParam;
procedure SetParam(AParam: Variant... |
unit frmLogOn;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, XPMan, StdCtrls, ExtCtrls, WinUtils, GenUtils, Globals, SQLAccess;
type
TformLogOn = class(TForm)
lbUser: TLabel;
lbPassword: TLabel;
lbHost: TLabel;
lbPort: TLabel;
... |
{Creeated by Simon King 2017
Batch generates all containers in the current open Outjob
Must turn off Camtastic Autoload and open as Camtastic loading will terminate script before completion.
Might be ok i made the last container?
last edit 2017-09-13 by Dennis Saputelli added confirmation dialog as this could r... |
unit TestAddressesSamplesUnit;
interface
uses
TestFramework, Classes, SysUtils,
BaseTestOnlineExamplesUnit;
type
TTestAddressesSamples = class(TTestOnlineExamples)
published
procedure MarkAsVisited;
procedure MarkAsDeparted;
procedure MarkAsDetectedAsVisited;
procedure MarkAsDetectedAsDeparte... |
program proc_func;
uses Crt;
var a, b, x : real;
o, mes, error : integer;
procedure vypis_operace(var mes: integer);
begin
error:=0;
clrscr;
if (mes=1) then begin
WriteLn('Nezanama operace! Zadejte kod operace znovu.');
WriteLn('********************************************');
end;... |
Unit TERRA_NullRenderer;
{$I terra.inc}
Interface
Uses TERRA_String, TERRA_Utils, TERRA_Stream, TERRA_Renderer, TERRA_VertexFormat,
TERRA_Color, TERRA_Image, TERRA_Vector2D, TERRA_Vector3D, TERRA_Vector4D,
TERRA_Matrix3x3, TERRA_Matrix4x4;
Type
NullFeatures = Class(RendererFeatures)
Public
... |
unit tgshbot;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, tgsendertypes
;
type
{ TTgShBot }
TTgShBot = class (TTelegramSender)
private
FServiceUser: Int64;
protected
function IsAdminUser(ChatID: Int64): Boolean; override;
function IsBanned(ChatID: Int64): Boolean; override;
pub... |
unit jc.Libs.Interfaces;
interface
uses
Classes, System.SysUtils;
type
IJcIniFile = interface
['{D9DBD781-CA6C-401A-B58B-6620CBBBF5EC}']
function FileName(const Value: string): IJcIniFile;
function AddSection(const Section, Values: string): IJcIniFile;
function AddString(const Section, Ident, Va... |
unit GX_UnitPositions;
interface
uses
Classes, ToolsAPI, mPasLex;
type
TUnitPosition = record
Name: string;
Position: Integer;
end;
TUnitPositions = class(TObject)
private
FParser: TmwPasLex;
FFileContent: string;
FPosList: TStringList;
procedure GetPositions;
... |
{ ******************************************************* }
{ }
{ CodeGear Delphi Runtime Library }
{ }
{ Copyright (c) 1995-2007 CodeGear }
{ }
{ ******************************************************* }
unit System.IniFilesEx;
{$R-,T-,H+,X+}
interface
{$I delphi.inc}
{$I PDVCustomDefine.pas}
{$IFNDEF MSWINDOWS}
{... |
unit HashedOptionPart;
interface
uses
Classes, DCL_intf, SearchOption_Intf;
type
THashedOptionPart = class(TAbsSearchOptionPart)
protected
FHashMap: IStrStrMap;
procedure Init;
public
constructor Create; virtual;
destructor Destroy;
function GetValues(key: String): String; o... |
{
DBAExplorer - Oracle Admin Management Tool
Copyright (C) 2008 Alpaslan KILICKAYA
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at... |
{
DBAExplorer - Oracle Admin Management Tool
Copyright (C) 2008 Alpaslan KILICKAYA
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at... |
unit D_GetAbo;
{ $Id: D_GetAbo.pas,v 1.37 2014/11/27 14:11:11 voba Exp $ }
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
BottomBtnDlg, HelpCnst,
OvcBase, l3Base, k2TagGen, k2Reader, evEditorWindow, evEditor, evMemo,
StdCtrls, ExtCtrls, Buttons, vtlister, vtSpin, Ma... |
unit FileName;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, EditableObjects, Editors;
type
TFilenameEditor =
class(TInPlaceVisualControl)
Panel1: TPanel;
Button1: TButton;
Panel2: TPanel;
edValue: TEdit;
Ope... |
{
//
// Components : IfcCollection
//
// Copyright (c) 1998 by Woll2Woll Software
//
}
unit fcCollection;
interface
{$i fcIfDef.pas}
uses Classes, Controls, Windows, ActiveX, SysUtils, Dialogs;
type
TfcCollectionItem = class;
TfcCollection = class;
TfcSelectionMethod = procedure(Item: TfcCollectionItem) of ... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit eAtasOrais.Model.Consts;
interface
uses
System.SysUtils;
Const
SQL_PERIODOS : string = 'Select Num_per from tbperiodos Where Num_per <> ''9999/9'' order by Num_per Desc';
SQL_LISTA_TURMAS1 : string = 'SELECT DISTINCT Niv.Sgl_niv + ''.'' + cast(Tur.Num_tur as char(10)) as Turma from tbNiveis Niv, tbTurmas ... |
unit XcodeUtils;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, PlistFile, LazFilesUtils;
const
iPhoneOSplatform = 'iPhoneOS.platform';
// file names should utf8 encoded
// Scanning Xcode platform for available SDKs
type
TSDKFoundEvent = procedure (const Version: String;
const DeviceSDKName, De... |
unit UFormReg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TFormViewReg = class(TForm)
btnOK: TButton;
boxInfo: TGroupBox;
edName: TEdit;
labName: TLabel;
labKey: TLabel;
edKey: TEdit;
btnCancel: TButton;
proc... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
unit cCadClasseAluno;
interface
uses System.Classes, Vcl.Controls,
Vcl.ExtCtrls, Vcl.Dialogs, FireDAC.Comp.Client, System.SysUtils;
// LISTA DE UNITS
type
TClasseAluno = class
private
// VARIAVEIS PRIVADA SOMENTE DENTRO DA CLASSE
ConexaoDB: TFDConnection;
F_codigo: Integer;
F_cod_classe: Intege... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
// Configuration dialog for Set Component Properties
// Original Author: Robert Wachtel (rwachtel@gmx.de)
unit GX_SetComponentPropsConfig;
{$I GX_CondDefine.inc}
interface
uses
Classes, Controls, Forms, ActnList, Menus, StdCtrls, ComCtrls, ExtCtrls,
GX_BaseForm;
type
TfmSetComponentPropsConfig ... |
//Exercicio 34: Escreva um algoritmo que receba os três coeficientes de uma Equação do
//2º Grau e calcule e exiba a(s) raiz(es) da equação, se existir(em). Se não existir,
//informar ao usuário. Caso o coeficiente “a” for igual à zero, informar que não se
//trata de uma equação do segundo grau e encerre o algoritmo.
... |
unit ncsMessageQueue;
// Модуль: "w:\common\components\rtl\Garant\cs\ncsMessageQueue.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TncsMessageQueue" MUID: (544E3C54031D)
{$Include w:\common\components\rtl\Garant\cs\CsDefine.inc}
interface
{$If NOT Defined(Nemesis)}
uses
l3IntfUses
, l3ProtoObject
, ncsPri... |
unit TelSource;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IdServerIOHandler, IdServerIOHandlerSocket, IdBaseComponent,
IdComponent, IdTCPServer, IdTelnetServer, StdCtrls, ExtCtrls, StrUtils,
IdTCPConnection, IdTCPClient, IdTelnet;
type
TCR... |
unit AceSetup;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995-2005 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses AceTypes, classes, AcePSet... |
namespace Sugar;
interface
uses
Sugar.Collections,
Sugar.IO,
Sugar.Json,
Sugar.Xml;
{ Handy test URLs: http://httpbin.org, http://requestb.in }
type
HttpRequest = public class
public
property Mode: HttpRequestMode := HttpRequestMode.Get;
property Headers: not nullable Dictionary<S... |
unit SpoolPackets;
interface
type
TSpooledPacket =
class
public
constructor Create(aBuffer : pchar; aSize : integer; OwnsPacket : boolean);
destructor Destroy; override;
private
fBuffer : pchar;
fSize : integer;
fIndex : int... |
{ Subroutine SST_W_C_DTYPE_SIMPLE (DTYPE,NAME,PACK)
*
* Write the data type definition for the data type descriptor DTYPE.
* Only a "simple" data type will be written. If necessary, a hidden
* data type will be created, declared to the not-simple data type, and then
* its name written here. PACK is true to ... |
unit MdiChilds.ImportKvartalIndex;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, MDIChilds.CustomDialog, Vcl.StdCtrls, Vcl.ExtCtrls, MdiChilds.ProgressForm, ActionHandler;
type
TFmImportKvartalIndex = class(... |
{
Double Commander
-------------------------------------------------------------------------
Functions handling file attributes.
Copyright (C) 2012 Przemysław Nagay (cobines@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public L... |
unit GX_ReplaceComp;
{$I GX_CondDefine.inc}
interface
uses
Classes, Controls, Forms, StdCtrls, ToolsAPI,
RplWizInfo, GX_ReplaceCompData, GX_BaseForm;
type
TfmReplaceComp = class(TfmBaseForm)
lblSeach: TLabel;
cbSearch: TComboBox;
lblReplace: TLabel;
cbReplace: TComboBox;
gb... |
unit CompInfoKeywordsPack;
{* Набор слов словаря для доступа к экземплярам контролов формы CompInfo }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\Common\CompInfoKeywordsPack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "CompInfoKeywordsPack" MUID: (FD9964108640)
{$Include w:\garant6x\... |
unit rocnrope_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
m6809,main_engine,controls_engine,gfx_engine,rom_engine,
pal_engine,konami_decrypt,konami_snd,sound_engine;
function iniciar_rocnrope:boolean;
implementation
const
rocnrope_rom:array[0..4] of tipo_roms=(
(n:'rr1.1h';l:$2000;p... |
{***********************************************************************************************************************
*
* TERRA Game Engine
* ==========================================
*
* Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com)
*
***************************************************... |
unit nsTagString;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "f1DocumentTagsImplementation"
// Автор: Люлин А.В.
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/f1DocumentTagsImplementation/nsTagString.pas"
// Начат... |
unit glr_ogl;
interface
type
TGLConst = (
// Boolean
GL_FALSE = 0, GL_TRUE,
// AttribMask
GL_DEPTH_BUFFER_BIT = $0100, GL_STENCIL_BUFFER_BIT = $0400, GL_COLOR_BUFFER_BIT = $4000,
// Begin Mode
GL_POINTS = 0, GL_LINES, GL_LINE_LOOP, GL_LINE_STRIP, GL_TRIANGLES, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, G... |
unit CleanArch_EmbrConf.Core.Entity.Interfaces;
interface
type
iParkingLot = interface
function Code(Value : String) : iParkingLot; overload;
function Code : String; overload;
function Capacity(Value : Integer) : iParkingLot; overload;
function Capacity : Integer; overload;
function OpenHour(Val... |
{ Module of wrapper routines that make various forms of common expressions.
}
module sst_exp_make;
define sst_exp_make_var;
%include 'sst2.ins.pas';
{
******************************************
}
function sst_exp_make_var ( {make expression that references a variable}
in sym: sst_symbol_t) ... |
unit Filters;
interface
uses
Classes, ColorTableMgr, GDI;
type
TPaletteFilter = (pfReddenPalette, pfTintPalette, pfColorToGray, pfRedFilter, pfGreenFilter, pfDarkenPalette);
function FilterPalette(OrgPalette : TPaletteInfo; Filter : TPaletteFilter; Data : array of const) : TPaletteInfo;
function Che... |
unit XOPoint;
interface
type TXOPoint = class
public
X: integer;
Y: integer;
constructor Create(x:integer; y:integer);
end;
implementation
constructor TXOPoint.Create(x, y: integer);
begin
self.X := x;
self.Y := y;
end;
end.
|
{******************************************************************************}
{ }
{ Delphi FB4D Library }
{ Copyright (c) 2018-2022 Christoph Schneider ... |
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, frxClass;
type
TForm2 = class(TForm)
frxReport1: TfrxReport;
Button1: TButton;
Memo1: TMemo;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
... |
unit AceAlign;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995,2004 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses windows, SysUtils, Messages,... |
unit Thread.AnaliseRoteiroExpressas;
interface
uses
System.Classes, System.SysUtils, FireDAC.Comp.DataSet, FireDAC.Comp.Client, Control.PlanilhaEntradaDIRECT,
Control.RoteirosExpressas;
type
Thread_AnaliseRoteirosExpressas = class(TThread)
private
FPlanilha : TPlanilhaEntradaDIRECTControl;
FArquivo: ... |
unit uClienteModuloVO;
interface
uses System.SysUtils, uProdutoVO, uModuloVO, uKeyField, uTableName;
type
[TableName('Cliente_Modulo')]
TClienteModuloVO = class
private
FProduto: TProduto;
FId: Integer;
FModulo: TModuloVO;
FIdCliente: Integer;
FIdModulo: Integer;
FIdProduto: Integer;
... |
unit ErrorResponseUnit;
interface
uses
REST.Json.Types, SysUtils,
JSONNullableAttributeUnit,
CommonTypesUnit;
type
/// <summary>
/// Errors data-structure
/// </summary>
TErrorResponse = class
private
[JSONName('errors')]
FErrors: TStringArray;
public
/// <remarks>
/// Constructor... |
unit wwfsuperstars_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,m68000,main_engine,controls_engine,gfx_engine,ym_2151,rom_engine,
pal_engine,sound_engine,oki6295;
function iniciar_wwfsstar:boolean;
implementation
const
wwfsstar_rom:array[0..1] of tipo_roms=(
(n:'24ac-0_j-1.34';l... |
unit ConfigValueResponseUnit;
interface
uses
REST.Json.Types,
NullableBasicTypesUnit, GenericParametersUnit, JSONNullableAttributeUnit;
type
TConfigValueResponse = class(TGenericParameters)
private
[JSONName('result')]
[Nullable]
FResult: NullableString;
[JSONName('affected')]
[Nullable]... |
unit RESTRequest4D.Request.Response;
interface
uses RESTRequest4D.Request.Response.Intf, REST.Client, System.SysUtils, System.JSON;
type
TRequestResponse = class(TInterfacedObject, IRequestResponse)
private
FRESTResponse: TRESTResponse;
function GetContent: string;
function GetContentLength: Cardinal... |
unit DialogFrm;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Layouts, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Edit, FMX.Objects;
type
TfrmDialog = class(TForm)
DialogLayout: T... |
unit TextLoadKeywordsPack;
{* Набор слов словаря для доступа к экземплярам контролов формы TextLoad }
// Модуль: "w:\common\components\gui\Garant\Daily\Forms\TextLoadKeywordsPack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "TextLoadKeywordsPack" MUID: (C4540386893A)
{$Include w:\common\components\gui\... |
unit DAO.VerbaFixa;
interface
uses DAO.Base, Model.VerbaFixa, Generics.Collections, System.Classes;
type
TVerbaFixaDAO = class(TDAO)
public
function Insert(aVerbas: Model.VerbaFixa.TVerbaFixa): Boolean;
function Update(aVerbas: Model.VerbaFixa.TVerbaFixa): Boolean;
function Delete(sFiltro:... |
program ProgramName;
uses Math;
var
n : integer;
function power2(n:integer): integer;
var k : integer;
begin
k := 0;
while (n mod 2 = 0) do
begin
k := succ(k);
n := n div 2;
end;
power2 := k
end;
begin
write('N: ');
read(n);
writeln('max(k) such that (2^k | ', n, ') = ', power2(n));
end.
|
unit fmGroupSelection;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Winapi.ActiveX,
Winapi.CommCtrl, Winapi.UxTheme, Vcl.StdCtrls, Vcl.ImgList, ActiveDS_TLB, ADC.Types,
ADC.GlobalVar, ADC.Com... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.