text stringlengths 14 6.51M |
|---|
unit clUsuarios;
interface
uses clConexao;
type
TUsuarios = Class(TObject)
private
function getAcesso: String;
function getCodigo: Integer;
function getDias: Integer;
function getEMail: String;
function getExpira: String;
function getGrupo: Integer;
function getLogin: String;
func... |
{
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 Ragna.Impl;
{$IF DEFINED(FPC)}
{$MODE DELPHI}{$H+}
{$ENDIF}
interface
uses {$IFDEF UNIDAC}Uni, SqlClassesUni{$ELSE}FireDAC.Comp.Client{$ENDIF}, Ragna.Intf, Ragna.Criteria.Intf, System.JSON, Data.DB, Ragna.Criteria.Impl;
type
TRagna = class(TInterfacedObject, IRagna)
private
FQuery: {$IFDEF UNIDAC}TUn... |
unit AGeraNotaOS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios,
Componentes1, ExtCtrls, PainelGradiente, StdCtrls, Buttons, Db, DBTables,
Mask, numericos, ComCtrls, Grids, DBGrids, Tabela, DBKeyViolation,
Localizacao, UnOrdemServico;
Type
T... |
unit USleepingThread;
interface
uses Classes, syncobjs;
type
TSleepingThread = class(TThread)
private
FEvent : TSimpleEvent;
FBusy : Boolean;
protected
procedure Execute;override;
procedure DoWork;virtual;abstract;
public
constructor Create(CreateSuspended: Boolean);
... |
//******************************************************************************
//*** COMMON DELPHI FUNCTIONS ***
//*** ***
//*** (c) Beppe Grimaldi, Massimo Magnano 11-11-2004. ... |
unit ReportSetupDialog;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ReportSetupForm, PSetup, FFSTypes,
gtAceRoutines ,VCLZip ,VCLUnZip ;
type
TReportSetupDialog = class(TComponent)
private
FSingle: boolean;
FTINotes: boolean;
FLoanNote... |
unit UEntity;
interface
uses
Classes, SysUtils;
type
NEntType = (etPattern, etRandom);
TEntity = class(TObject)
private
Fdata: array of Smallint;
Fwd: Byte;
Fhg: Byte;
Fname: string;
FEtype: NEntType;
function GetData(Index: Integer): Smallint;
procedure SetDa... |
object MDOGeneratorLinkEditForm: TMDOGeneratorLinkEditForm
Left = 236
Top = 194
BorderStyle = bsDialog
Caption = 'MDOGeneratorLinkEditForm'
ClientHeight = 137
ClientWidth = 420
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
... |
unit MFichas.View.Cadastros.Usuarios;
interface
uses
System.SysUtils,
System.Types,
System.UITypes,
System.Classes,
System.Variants,
FMX.Types,
FMX.Controls,
FMX.Forms,
FMX.Graphics,
FMX.Dialogs,
FMX.ListView.Types,
FMX.ListView.Appearances,
FMX.ListView.Adapters.Base,
FMX.StdCtrls,
FMX... |
unit GX_UsesExpert;
interface
{$I GX_CondDefine.inc}
uses
Classes, Controls, Forms, Menus, ComCtrls,
ExtCtrls, ActnList, Actions, Dialogs, StdCtrls,
GX_ConfigurationInfo, GX_Experts, GX_GenericUtils, GX_BaseForm,
GX_KbdShortCutBroker;
type
TUsesExpert = class(TGX_Expert)
private
FFavo... |
unit uFunctions.ImageHelper;
interface
type
TImageResize = record
CurrentWidth, CurrentHeight,
MaxWidth, MaxHeight,
NewWidth, NewHeight: Integer;
end;
ImageHelper = class
class procedure CalculateNewSize(var AImageResize: TImageResize);
end;
implementation
{ ImageHelper }
class procedure I... |
{ Date Created: 8/30/2001 10:19:19 AM }
unit TTSARTAMAPTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSARTAMAPRecord = record
PLenderNumber: String[4];
PArtaType: Integer;
PTicklerCode: String[8];
End;
TTTSARTAMAPBuffer = class(TDataBuf)
... |
unit MdiChilds.ImportFromExcel;
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, Parsers.Abstract, Parsers.Excel, PluginManager, MdiChilds.ProgressForm,
Action... |
{*******************************************************************************
作者: dmzn@163.com 2020-08-17
描述: 图书档案
*******************************************************************************}
unit UFormBooks;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Form... |
unit MFichas.Model.Entidade.USUARIO;
interface
uses
DB,
Classes,
SysUtils,
Generics.Collections,
/// orm
ormbr.types.blob,
ormbr.types.lazy,
ormbr.types.mapping,
ormbr.types.nullable,
ormbr.mapping.classes,
ormbr.mapping.register,
ormbr.mapping.attributes;
type
[Entity]
[Tabl... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clUpdateInfoForm;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls,
{$ELSE}
Winapi.Windows, Winap... |
{
componentseditor.pas
Components editor window
Copyright (C) 2007 Felipe Monteiro de Carvalho
This file is part of Turbo Circuit.
Turbo Circuit is free software;
you can redistribute it and/or modify it under the
terms of the GNU General Public License version 2
as published by the Free Software Foundation.
Turbo... |
{ behavior3delphi - a Behavior3 client library (Behavior Trees) for Delphi
by Dennis D. Spreen <dennis@spreendigital.de>
see Behavior3.pas header for full license information }
unit Behavior3.Decorators.RepeatUntilFailure;
interface
uses
System.JSON,
Behavior3, Behavior3.Core.Decorator, Behavior3.Core.BaseNod... |
unit Compress;
{
Inno Setup
Copyright (C) 1997-2010 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Abstract compression classes, and some generic compression-related functions
$jrsoftware: issrc/Projects/Compress.pas,v 1.14 2010/09/07 03:09:36 jr Exp $
}
... |
unit Login_Form;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Автор: Люлин А.В.
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/PrimCommon/Forms/Login_Form.pas"
// Начат: 21.08.2009 20:15
// Родные Delp... |
unit Model.Entregas;
interface
uses
Common.ENum, FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, System.DateUtils, System.Variants;
type
TEntregas = class
private
FNN: String;
FDistribuidor: Integer;
FEntregador: Integer;
FCliente: Integer;
FNF: String;
FConsumi... |
unit ConfigTests;
interface
uses
DUnitX.TestFramework, REST.Client, EmailOrdering.Models.Config,
System.SysUtils;
type
[TestFixture]
TEmailOrderingTest = class(TObject)
private
public
[Test]
[TestCase('T1', 'config.json,member_number,123456')]
procedure TestConfig(filename:string; nameOfValue... |
unit AvoidanceZoneUnit;
interface
uses
REST.Json.Types, System.Generics.Collections, Generics.Defaults,
JSONNullableAttributeUnit, NullableBasicTypesUnit,
GenericParametersUnit, TerritoryContourUnit;
type
/// <summary>
/// Json schema for an Avoidance Zone class, which is used for defining different type ... |
unit Frame_SchOpt_StageInfo;
interface
uses
FMX.Layouts, FMX.Controls, FMX.Types, Classes, FMX.Objects,
SearchOption_Intf, StageOptionPart, FMX.Edit, System.Types;
const
FRAME_STAGEINFO_WIDTH = 200;
FRAME_STAGEINFO_HEIGHT = 100;
FRAME_STAGEINFO_PADDING = 10;
type
TFrame_SchOpt_StageInfo = class(TPanel)
... |
unit TestTerritoriesSamplesUnit;
interface
uses
TestFramework, Classes, SysUtils,
BaseTestOnlineExamplesUnit;
type
TTestTerritoriesSamples = class(TTestOnlineExamples)
published
procedure AddCircleTerritories;
procedure AddPolygonTerritories;
procedure AddRectangularTerritories;
procedure Get... |
{ *************************************************************************** }
{ }
{ This file is part of the XPde project }
{ }
... |
unit TestFftw3_64;
interface
uses
{$IFNDEF FPC}
TestFramework,
{$ELSE}
FPCUnit, TestUtils, TestRegistry,
{$ENDIF}
Fftw3_Common, Classes, SysUtils, Fftw3_64;
const
CFFTSize = 8192;
type
TestTFftw64Dft = class(TTestCase)
strict private
FFftw64Dft: TFftw64Dft;
FInput, FOutput: PFftw64Complex;
pub... |
unit ContainedActionsWordspack;
// Модуль: "w:\common\components\rtl\Garant\ScriptEngine\ContainedActionsWordspack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "ContainedActionsWordspack" MUID: (55B8E4140349)
{$Include w:\common\components\rtl\Garant\ScriptEngine\seDefine.inc}
interface
{$If NOT Defin... |
unit GX_dzPackageInfo;
interface
uses
Windows,
SysUtils,
Classes;
type
TPackageInfo = class
private
FDescription: string;
FUnits: TStringList;
FRequired: TStringList;
procedure PackageInfoMethod(const _Name: string; _NameType: TNameType; _Flags: Byte);
function GetRequir... |
unit xNetUtils;
interface
uses Windows, Classes;
function GetNetHosts: TStringList;
//========================================================================
implementation
uses Types;
//========================================================================
procedure GetNetworkLevel(APnr: PNetRes... |
unit PersonnelUnit;
interface
uses Classes, Contnrs, SysUtils, DbUnit;
type
// Вид свойства персонала
TPersDataType = class(TDBItem)
public
Name: string;
FullName: string;
function GetValue(const FName: string): string; override;
procedure SetValue(const FName, FValue: string); overr... |
{ GDAX/Coinbase-Pro client library
Copyright (c) 2018 mr-highball
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, including without limitation the
rights to use, co... |
unit LUX.GPU.Vulkan.Memory;
interface //#################################################################### ■
uses vulkan_core,
LUX.GPU.Vulkan.root;
type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】
TVkMemory<TVkDevice_,TVkParent_:class> = class;
//$$$$$$$$$$$$$$$... |
unit ADC.ADObject;
interface
uses
System.SysUtils, System.Classes, System.DateUtils, System.StrUtils, System.Types,
System.Variants, System.AnsiStrings, Vcl.Imaging.jpeg, Winapi.ActiveX, Winapi.Windows,
System.TypInfo, System.RegularExpressions, ActiveDs_TLB, MSXML2_TLB, JwaActiveDS,
ADC.LDAP, ADC.Types, ADC.... |
unit LegalDomain_DocumentNotifications_Controls;
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\LegalDomain_DocumentNotifications_Controls.pas"
// Стереотип: "VCMControls"
// Элемент модели: "DocumentNotifications" MUID: (4EAAE5A1005E)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interfac... |
////////////////////////////////////////////////////////////////////////////
//
// FIFO
//
// Written By Rob F. / Entire Group ... Speccy Forever
//
////////////////////////////////////////////////////////////////////////////
UNIT RobFIFO;
INTERFACE
USES Registry, Windows, SysUtils,
RbCRC;//,... |
unit fmuCashTotalizer;
interface
uses
// VCL
Windows, ComCtrls, StdCtrls, Controls, Classes, SysUtils, Forms, ExtCtrls,
Buttons,
// This
untPages, untUtil, untDriver, untTypes;
type
{ TfmCashTotalizer }
TfmCashTotalizer = class(TPage)
Memo: TMemo;
btnRead: TBitBtn;
btnStop: TButton;
... |
unit btadt;
{This file contains a complete implementation of a Binary Tree ADT.
It also does some memory management by keeping a counter of allocated
nodes. This counter is initialized at run time and then incremented
or decremented in Create_Singleton_BT and Destroy_Singleton_BT.
All the operations i... |
PROGRAM Prime(INPUT, OUTPUT);
{ The program implements sieve of Eratosthenes }
CONST
MaxNumber = 226;
VAR
Prime, Number, Temp: INTEGER;
Sieve: SET OF 2 .. 10000;
BEGIN {Prime}
Sieve := [2 .. MaxNumber];
Prime := 2;
Number := 2;
WRITE('Primes: ');
WHILE Sieve <> []
DO
BEGIN
IF Prime IN Siev... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
drawbrd1, Menus, StdCtrls;
type
TForm1 = class(TForm)
SpeedDraw1: TSpeedDraw;
MainMenu1: TMainMenu;
Options1: TMenuItem;
StartWindowed1: TMenuItem;
StartExclusive1: TMenuItem;
StartExclus... |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// author this port to delphi - Marat Shaymardanov, Tomsk 2007, 2018
//
// You can freely use this code in any project
// if sending any postcards with postage stamp... |
unit fTileEditor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, GR32, GR32_Image, GR32_layers,StdCtrls, cMegaROM, cConfiguration;
type
Tfrm16x16TileEditor = class(TForm)
imgTile: TImage32;
imgAvailPal: TImage32;
cmdOK: TButton;
cmdCancel: TBu... |
{Turbo Pascal 7 (.. Delphi 6)}
(* TP7:
o Language extensions
o Open array parameters - Allows safer, more flexible
variable-length array parameters.
o New OpenString type - Allows a procedure or function
to accept any type of string parameter, even in the
{$V+} state.
* Con... |
PROGRAM TestRemove(INPUT, OUTPUT);
{Программа тестирует модуль Queue:
1) Записывает в очередь-Q INPUT
2) Удаляет 1ый элемент очереди-Q
3) Выводит очередь-Q в OUTPUT }
USES Queue;
VAR
Ch: CHAR;
BEGIN {TestRemove}
EmptyQ;
WHILE NOT EOLN
DO
BEGIN
READ(Ch);
AddQ(Ch)
END;
WRITE('Вход: ');
... |
unit Roads;
interface
uses
Circuits, VoyagerServerInterfaces, GameTypes, MapTypes, Land;
type
TRoadBlockId =
(
rbNone,
rbNSRoadStart,
rbNSRoadEnd,
rbWERoadStart,
rbWERoadEnd,
rbNSRoad,
rbWERoad,
rbLeftPlug,
rbRightPlug,
... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit uSceneTrade;
interface
uses Graphics, uScene;
type
TSceneTrade = class(TSceneFrame)
private
FIsLoad: Boolean;
FHintBack, FStashIcon: TBitmap;
FShopItems: array [0..12 * 16] of String;
FSlot, FMSlot, FGoldIcon: TBitmap;
FMX, FMY, FCX, FCY: Integer;
FGoldBtn, FUGoldBtn: T... |
Unit TERRA_TestCore;
{$I terra.inc}
Interface
Uses TERRA_TestSuite;
Type
TERRACore_TestList = class(TestCase)
Procedure Run; Override;
End;
TERRACore_TestHashMap = class(TestCase)
Procedure Run; Override;
End;
TERRACore_TestSort = class(TestCase)
Procedure Run; Override;
End;
TERRACo... |
unit UFormAnaliz;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls,
Misc,UFrameGraph,DataTypes2,SensorTypes,UFormPipe,UWaveFormComputer;
type
TFormAnaliz = class(TForm)
pbGraphs: TPaintBox;
pbCorrGraph: TPaintBox;
cbCorrBlock: TComboBox;
... |
unit ssDataSource;
interface
uses Classes, DB, ExtCtrls;
type
TssDataSource = class(TDataSource)
private
FField: TField;
FOnDelDataChange: TDataChangeEvent;
FTimer: TTimer;
function GetDelay: integer;
procedure SetDelay(Value: integer);
procedure StartTimer(Sender: TObje... |
Program mebdd_read;
{$MODE OBJFPC}
Uses SysUtils, Classes, Windows, md5customised;
Function calculate_disk_md5 (disk_name:AnsiString; disk_bytes:Int64):AnsiString;
Var
disk_handle: THandle;
ctx: TMDContext;
digest: TMD5Digest;
error_code: Int64;
bytes_read, bytes_read_total: Int64;
buffer: array [0..65535] o... |
unit proses_data;
interface
uses tipe_data, konversi, parser;
const
mark = ',';
procedure convert_buku(var array_buku:tabBuku; var nama : string);
(*Procedure ini membaca data dari file csv buku dan menyalinnya ke array*)
procedure convert_user(var array_user:tabUser; var nama: string);
... |
(*--------------------------------------------------------------------------------*)
(* Übung 4 ; open array parameter are used to provide common procedures and *)
(* functions of arrays with the same element type. *)
(* Entwickler: Neuhold Michael ... |
{-----------------------------------------------------------------------------
hpp_global.pas (historypp project)
Version: 1.5
Created: 30.01.2006
Author: Oxygen
[ Description ]
After some refactoring, caused by dp_events, had to bring
THistoryItem record into independant unit, so we don't ha... |
unit EasyUpdateAdminForm;
interface
uses
Windows
, Buttons
, Classes
, Controls
, ExtCtrls
, Forms
, StdCtrls
//
, LocaleMessages
;
type
TEasyUpdateAdminForm = class(TForm)
f_MainPanel: TPanel;
f_InformationMemo: TMemo;
f_AdminNameLabel: TLabel;
f_AdminNameEdit: TEdit;
f_AdminPasswordLabel: ... |
unit mvc.Controller;
interface
uses mvc.Interf, System.Generics.Collections;
type
TController = class(TInterfacedObject, IController)
private
FList: TList<IView>;
protected
function AddView(const AView: IView): integer;
function IndexOf(const AView: IView): integer;
procedure Delete(const Inde... |
program Project1;
type
puntos = array[1..5] of real;
datos = array[1970..1975] of puntos;
procedure cargarInformacion(var d: datos);
var
i,j: integer;
begin
for i:=1970 to 1975 do begin
writeln('Leyendo datos para:', i);
writeln;
for j:= 1 to 5 do begin
// en d[i] ten... |
unit ClientModuleUnit1;
interface
uses
System.SysUtils, System.Classes, ClientClassesUnit1, Datasnap.DSClientRest,
FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param,
FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf,
Data.DB, FireDAC.Stan.StorageBin, FireDAC.Comp.DataSet, FireDAC... |
unit protection;
interface
uses
Classes;
const
// return values for key checker (bit field)
protKeyLoaded: Cardinal = 1; // loaded succesful but not checked yet
protKeyChecked: Cardinal = 2; // Validity check completed (either with succes or not. just passed the routine)
protKeyFileMi... |
(****************************************************************************
*
* WinLIRC plug-in for jetAudio
*
* Copyright (c) 2016 Tim De Baets
*
****************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License... |
unit FieldF;
interface
uses
SysUtils, Windows, Classes, Graphics, Controls, Dialogs,
StdCtrls, Forms, DBCtrls, DB, DBGrids, DBTables, Grids, ExtCtrls, Buttons,
Mask, DBClient;
type
TForm2 = class(TForm)
DBGrid1: TDBGrid;
DBNavigator: TDBNavigator;
Panel1: TPanel;
Panel2: TPanel;
DataSourc... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit StanEditTypes;
//***************************************************
//
// Определение типов для редактора зависимостей
//
// Версия - 1
// Изменений - 1
//
// Последняя модификация - 07 июля 2005 года
//***************************************************
interface
uses
Windows,
... |
unit nsQueryExecuteProgressIndicator;
interface
{$If not defined(Admin) AND not defined(Monitorings)}
uses
DynamicDocListUnit,
SearchUnit,
nsExecuteProgressIndicator,
SearchInterfaces
;
type
TnsQueryExecuteProgressIndicator = class (TnsExecuteProgressIndicator)
private
f_Query: IQuery; // object
f_Filtr... |
//TComboBox控件有Bug,对中文支持不好
//TComboBoxEx控件还不错,就用的它的这个
unit frmParam;
interface
uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
StdCtrls,
Buttons,
untALTRunOption,
untUtilities,
untLogger,
ExtCtrls,
ComCtrls, RzButton;
const
PARAM_HISTORY_FILE ... |
unit PoliticSheet;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, VisualControls, ObjectInspectorInterfaces, PercentEdit,
GradientBox, FramedButton, SheetHandlers, ExtCtrls;
const
tidActualMayor = 'ActualMayor';
tidMayorPrestige = 'MayorPrestige';... |
unit jrpacman_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,main_engine,namco_snd,controls_engine,gfx_engine,rom_engine,
pal_engine,sound_engine;
function iniciar_jrpacman:boolean;
implementation
const
//JR. Pac-man
jrpacman_rom:array[0..4] of tipo_roms=(
(n:'jrp8d.bin';... |
namespace Sugar.Test;
interface
uses
Sugar,
RemObjects.Elements.EUnit;
type
ExtensionsTest = public class (Test)
private
Data: CodeClass;
public
method Setup; override;
method TestToString;
method TestEquals;
method TestHashCode;
end;
CodeClass = public clas... |
unit RDOQueryServer;
interface
uses
RDOInterfaces, RDOObjectServer, RDOQueries;
const
tidConnRequestName = 'RDOCnntId';
type
TRDOQueryServer =
class(TInterfacedObject, IRDOQueryServer, IRDOLog)
private
fObjServer : TRDOObjectServer;
fLogAgents : ILogAgents;
... |
unit UUtilCliente;
interface
uses
FireDAC.Comp.Client, UFuncoes, StrUtils, SysUtils;
function getTabela(NomeCDS: String): String;
function validaCPF(Pessoa, CPF: String): Boolean;
implementation
function getTabela(NomeCDS: String): String;
Begin
NomeCDS:=UpperCase(NomeCDS);
if POS('CAD',NomeCDS)>0 then
N... |
unit vcmCustomizeAvailableToolbarOps;
////////////////////////////////////////////////////////////////////////////////
// Библиотека : VCM
// Назначение : Настройка доступных для выбора операций при настройке панелей
// инструментов
// Версия : $Id: vcmCustomizeAvailableToolbarOps.pas,v 1.7 2016/09/13... |
unit ShellZipTool;
interface
type
TShellZip = class(TObject)
private
FFilter: string;
FZipfile: WideString;
shellobj: Olevariant;
procedure CreateEmptyZip;
function GetNameSpaceObj(x:OleVariant):OleVariant;
function GetNameSpaceObj_zipfile:OleVariant;
public
proc... |
unit DAO.ExtraviosMultas;
interface
uses System.Classes, FireDAC.Comp.Client, DAO.Conexao, Control.Sistema, Model.ExtraviosMultas;
type
TExtraviosMultasDAO = class
private
FConexao : TConexao;
public
constructor Create;
function GetID(): Integer;
function Insert(aExtravios: TExtrav... |
unit GetOrdersResponseUnit;
interface
uses
REST.Json.Types,
GenericParametersUnit, OrderUnit;
type
TGetOrdersResponse = class(TGenericParameters)
private
[JSONName('results')]
FResults: TOrderArray;
[JSONName('total')]
FTotal: integer;
public
property Results: TOrderArray read FResults... |
unit k2ToolPrim;
// Модуль: "w:\common\components\rtl\Garant\K2\k2ToolPrim.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "Tk2ToolPrim" MUID: (47F5DAEB0007)
{$Include w:\common\components\rtl\Garant\K2\k2Define.inc}
interface
uses
l3IntfUses
, k2Tag
, l3Variant
;
type
Tk2ToolPrim = {abstract} class(Tk2Tag... |
unit FmEditSelection;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.CheckLst, GsDocument, Generics.Collections, VirtualTrees, DocumentEditor;
type
TFmEditSelections = class... |
unit references;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, DBGrids,
ExtCtrls, Buttons, StdCtrls, DBCtrls, bddatamodule, sqldb, DB, filters,
MetaData, CardEdit;
type
{ TReferenceForm }
TReferenceForm = class(TForm)
Check_Id_Show:... |
{
Clever Internet Suite
Copyright (C) 2014 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clSshConfig;
interface
{$I ..\common\clVer.inc}
uses
clConfig;
type
TclSshConfig = class(TclConfig)
public
constructor Create;
end;
implementation
uses
clCryptRandom, clCryptMac,... |
unit UScale;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, GraphMath;
function ScreenToWorld(x, y: integer): TFloatPoint;
function WorldToScreen(x, y: extended): TPoint;
procedure SetZoom(aZoom: double);
procedure ZoomPoint(aPoint: TFloatPoint; aZoom: double);
var
ScreenOffset: TFloatPoint;
Zoom: ext... |
program FolgenMinimum (input, output);
{ liest eine Folge von 20 integer-Zahlen ein und bestimmt das Minimum }
const
FELDGROESSE = 20;
type
tIndex = 1..FELDGROESSE;
tZahlenFeld = array [tIndex] of integer;
var
Feld : tZahlenFeld;
Minimum : integer;
i,
MinPos : tIndex;
begin
... |
{
Inno Setup Preprocessor
Copyright (C) 2001-2002 Alex Yackimoff
$Id: IsppVarUtils.pas,v 1.1 2004/02/26 22:24:19 mlaan Exp $
}
unit IsppVarUtils;
interface
uses IsppIntf, IsppBase, IsppTranslate;
function SimplifyLValue(var Src: TIsppVariant): Boolean;
procedure MakeRValue(var Src: TIsppVariant);
function Get... |
PROGRAM cross; // RAPHAËL QUENET GROUPE F14
USES crt;
VAR
car : char;
taille,longueur,hauteur : integer;
//BUT : Dessiner une croix avec un caractère choisi et saisi par l'utilisateur. Il choisira aussi sa taille.
//ENTREE : Caractère et taille de la croix
//SORTIE : Croix dessinée avec le caractère choisi à la ta... |
{
$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 csMultiOperationReply;
// Модуль: "w:\common\components\rtl\Garant\cs\csMultiOperationReply.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TcsMultiOperationReply" MUID: (57EE517102EC)
{$Include w:\common\components\rtl\Garant\cs\CsDefine.inc}
interface
{$If NOT Defined(Nemesis)}
uses
l3IntfUses
, ncsMe... |
unit MFichas.Controller.Caixa.Metodos;
interface
uses
System.SysUtils,
MFichas.Controller.Caixa.Interfaces,
MFichas.Controller.Usuario,
MFichas.Model.Caixa.Interfaces,
MFichas.Model.Caixa,
MFichas.Model.Usuario.Interfaces,
MFichas.Model.Usuario,
MFichas.View.Dialog.AberturaCaixa,
MFichas.View.Dia... |
unit UpdateTerritoryRequestUnit;
interface
uses
REST.Json.Types, System.Generics.Collections, Generics.Defaults,
HttpQueryMemberAttributeUnit, JSONNullableAttributeUnit, NullableBasicTypesUnit,
GenericParametersUnit, TerritoryContourUnit, CommonTypesUnit, AddressUnit,
TerritoryUnit;
type
TUpdateTerritoryRe... |
unit main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, System.Contnrs,
Vcl.StdCtrls;
type
TDescription = array of String;
TContact = class
public
// название контакта отображается... |
unit HKHandlers;
interface
uses Classes, Windows, Messages, SysUtils, Cnst;
const
MSG_W_DOWN = 1001;
MSG_W_SHORT = MSG_W_DOWN+1;
MSG_W_LONG = MSG_W_DOWN+2;
MSG_W_UP = MSG_W_DOWN+3;
type
THookProc = procedure(HWND: HWND; MessageID: Integer); stdcall;
TUnhookProc = p... |
unit FirebirdTools;
interface
uses IBX.IBDatabase, Data.DB, IBX.IBCustomDataSet, IBX.IBSQL, XSuperObject, System.Classes, System.IOUtils,
System.SysUtils, DateUtils, Forms;
//type TFBBase = class(TObject)
// public
// FbDB :TIBDatabase;
// FbTrans :TIBTransaction;
// DbUser : string;
// DbPass ... |
unit LenderGroupsEditForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls, CheckLst, sBitBtn, sEdit, sLabel, sPanel,
sListBox, sCheckListBox;
type
TfrmLenderGroupsEdit = class(TForm)
LenderList: TsCheckListBox;
Panel1:... |
unit clOperacaoJornal;
interface
uses
Vcl.Forms, System.SysUtils, System.Classes, Vcl.dialogs, clConexao, udm, System.DateUtils;
type
TOperacionalJornal = class(TObject)
private
FEntregador: Integer;
FRoteiroAntigo: String;
FData: TDate;
FStatusOperacao: String;
FRoteiroNovo: String;
FObs... |
unit UnitFrmMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.ComCtrls, Vcl.Menus, Vcl.StdCtrls, Vcl.ExtCtrls, System.Actions,
Vcl.ActnList, dcef3_ceflib, dcefb_Events, dcefb_Browser;
type
TMainFor... |
{
* **************************************************************************
* name: FreeDoor BBS Door Engine - Example Door
* version: 0.0.1
* author: Mike Hodgson
* copyright: 2014, Mike Hodgson
* licence: The MIT License
* http://opensource.org/licenses/MIT
* **************************... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit FMX.CallUIThread.Helper.Android;
//安卓 CallInUIThreadAndWaitFinishing 修复 等待卡死的问题
//感觉 老猫
interface
uses
System.Classes, System.SyncObjs, FMX.Forms, FMX.Helpers.Android;
procedure CallInUIThreadAndWaitFinishingFix(AMethod: TMethodCallback); overload;
procedure CallInUIThreadAndWaitFinishingFix(AMethod: TCallBa... |
unit Railroads;
interface
uses
Windows, Circuits, VoyagerServerInterfaces, MapTypes;
type
TRailroadBlockId =
(
rrbNone,
rrbNSStart,
rrbNSEnd,
rrbWEStart,
rrbWEEnd,
rrbNS,
rrbWE,
rrbmNE,
rrbmNW,
rrbmSE,
rrbmSW,
... |
unit ADLSFileManager.Presenter;
interface
uses
System.Classes, System.Generics.Collections, System.JSON.Readers,
System.JSON.Types, REST.Client, ADLSFileManager.Interfaces,
ADLSConnector.Presenter, ADLSConnector.Interfaces;
type
TADLSResponseReader = class
private const
PATH_SUFFIX = 'pathSuffix';
... |
unit UiCloud;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, rtti,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Edit, FMX.Layouts, FMX.ListBox, FMX.TabControl, FMX.TMSNativeiCloud, Math;
type
TForm1144 = class(TForm)
TabC... |
unit uPessoaRepository;
interface
uses uBaseRepository, uPessoa, System.Generics.Collections, System.SysUtils,
System.Classes, System.Generics.Defaults;
type
TPessoaRepository = class(TBaseRepository<TPessoa>)
public
procedure Incluir(model: TPessoa); override;
procedure Alterar(model: TPessoa); overri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.