text stringlengths 14 6.51M |
|---|
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.8.3.10-9, FILE=DEV236, ... |
unit uController;
interface
uses
uTiketmasterApi, uAppData, uJsonUtills, uModel, uModelList, uGK.Logger;
type
TApiKeyWords = record
end;
TController = class
private
FApiStrings: TTiletmasterApi;
FTokenObj: IAppData;
FToken: string;
FJsonHandleObj: TJsonUtills;
FLogger: TLogger;
p... |
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL : http://10.46.177.139:8181/traffic/ws/profile?wsdl
// Encoding : UTF-8
// Codegen : [wfForceSOAP12+]
// Version : 1.0
// (... |
program buncomp;
{ }
{ Bunnylin's Chromaticity Compressor }
{ }
{ (compiles for win32 with FPC 3.0.4) ... |
unit uCrypt;
interface
uses StrUtils, Windows, SysUtils,forms;
function Crypt(Action, Src: String): String;
function EncROTn(pr1v8: string; NumRot: integer): string;
function DecROTn(pr1v8: string; NumRot: integer): string;
function DC(Action, Src , Key : String ): String;
implementation
const
KEY_CODER : string... |
unit uSM;
interface
uses
System.SysUtils, System.Classes, Datasnap.DSServer, Datasnap.DSAuth,
System.Generics.Collections,Data.DB, uSC, Data.SqlExpr, Datasnap.DBClient,
ProdutoVO, PrevendaItemVO, Data.DBXCommon, Data.FireDACJSONReflect, FireDAC.Comp.Client;
type
{$METHODINFO ON}
TSM = class(TPersistent)
pr... |
unit Produto;
interface
type
TProduto = class
private
public
id: integer;
descricao: string;
codigo: integer;
preco: double;
end;
implementation
end.
|
Unit ESoft.Utils;
Interface
Uses
Windows,
System.Classes,
Vcl.Graphics,
System.SysUtils,
ShellApi,
IdBaseComponent,
IdComponent,
IdTCPConnection,
IdTCPClient,
IdHTTP,
IniFiles,
Vcl.Dialogs,
Vcl.Controls,
Registry;
Const
cInvalidAppCode = 1;
cNoNew... |
unit Logging4D.Driver.Log4D;
interface
uses
{$IFDEF VER210}
SysUtils,
{$ELSE}
System.SysUtils,
{$ENDIF}
Logging4D,
Logging4D.Driver.Base,
Log4D;
type
TLog4DLogging = class(TDriverLogging, ILogging)
private
fLog4DLogger: TLogLogger;
protected
procedure DoLog(logger: ILogger; level: TLog... |
{
X2Software XML Data Binding
Generated on: 24-4-2008 11:37:27
Generated from: P:\test\XMLDataBinding\XSD\DataBindingSettings.xsd
}
unit DataBindingSettingsXML;
interface
uses
Classes,
XMLDoc,
XMLIntf;
type
{ Forward declarations for DataBindingSettings }
IXMLDataBindingSettings... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.4.6-9, FILE=ERR07T, CLA... |
//############################################################################//
unit console;
interface
uses {$ifdef mswindows}windows{$else}baseunix{$endif};
//############################################################################//
function keypressed:boolean;
function readkey:char;
//######################... |
unit TermLog;
interface
uses
Windows, Messages, RichEdit, AvL;
type
TTermLog = class(TRichEdit)
private
FShowCaptions, FUpdated: Boolean;
function GetCount: Integer;
public
constructor Create(AParent: TWinControl);
procedure Add(Text, Caption: string; Color: TColor; Time: TDateT... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.4.3.2-6, FILE=DEV071, C... |
{$MODE OBJFPC}
{$H+}
{$INLINE ON}
unit fi_ttc_otc;
interface
uses
fi_common,
fi_info_reader,
fi_sfnt_common,
classes;
implementation
type
TCOllectionHeader = packed record
signature,
version,
num_fonts,
first_font_offset: longword;
end;
procedure GetCollectionInfo(stream: TStream; v... |
Unit DSPackHelpers;
interface
uses windows, sysUtils, classes
, forms
, MMSystem
, ActiveX
, DirectShow9
, DSPack, DSUtil, DSUtils
;
Type
TMediaTypeHelper = class helper for TMediaType
public
function FourCCToString:string;
function VideoSizes:string;
function VideoBitRate:DWO... |
program lerNumero;
{
@Author : Samuel T. C. Santos
@version 07.11.2014
@description: Faça um Programa que peça um número e então mostre
a mensagem O número informado foi [número].
}
var
numero : integer;
begin
write('Numero? ');
read(numero);
writeln('O numero lido foi [', numero, ']');
end. |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.1.4-1, FILE=CONF215, CLASS=... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.5.2-18, FILE=DEV142, ... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.4.3.3-6, FILE=CONF060, CLAS... |
unit uMD3;
interface
uses classes, StdCtrls, ExtCtrls, u3DTypes, uQ3Shaders;
// http://icculus.org/homepages/phaethon/q3a/formats/md3format.html
const
MAX_QPATH = 64;
MD3_MAX_LODS = 4;
MD3_MAX_FRAMES = 1024; // per model
MD3_MAX_TAGS = 16; // per frame
MD3_MAX_SURFACES = 32; // per model
... |
unit Classes.Calculo;
interface
type
ICalculo = interface(IInterface)
function CalcularArea: Double;
function CalcularPerimetro: Double;
end;
TCalculoDLL = class(TInterfacedObject, ICalculo)
protected
procedure CarregarDLL(var Handle: THandle); virtual;
function CalcularArea: Double; virtual... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.5.2-4, FILE=ERR18T, C... |
{ Invokable implementation File for TWSFutSystem which implements IWSFutSystem }
unit WSFutSystemImpl;
interface
uses
Soap.InvokeRegistry, System.Types, Soap.XSBuiltIns, WSFutSystemIntf, System.SysUtils;
type
{ TWSFutSystem }
TWSFutSystem = class(TInvokableClass, IWSFutSystem)
public
//get
function... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.3-3, FILE=DEV046, CLASS... |
{******************************************************************************}
{ Unit description: }
{ Developer: Date: }
{ Modifier: CGY Date: 2002/3/8 ... |
unit ufrmDeliveryBairroConsulta;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ufrmBase, Vcl.ExtCtrls, Vcl.StdCtrls,
Vcl.Grids, Vcl.DBGrids, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Param, FireD... |
{***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... |
unit uPassList;
interface
uses
SysUtils, Classes, System.Generics.Collections, SyncObjs, uGlobal, uTypes,
DateUtils, IdHttp, IOUtils;
type
TPassList = class
private
cs: TCriticalSection;
FList: TList<TPass>;
FLastTime: Double;
FPostFailedCount: integer;
FSaveToFileCount: integer;
//pr... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.1.7-11, FILE=DEV024, CL... |
unit eeMultiCast;
interface
uses
Classes;
type
PMethod = ^TMethod;
TMultiCastEvent = class
private
fMethodsList: TList;
function GetCount: Integer;
function GetMethod(const aIndex: Integer): TMethod;
protected
procedure Add(const aMethod: TMethod);
procedure Remove(con... |
namespace RemObjects.Elements.System;
uses
rtl;
type
atexitfunc = public procedure();
atexitrec = record
public
func: atexitfunc;
next: ^atexitrec;
end;
ExternalCalls = public static class
private
class var atexitlist: ^atexitrec;
public
[SymbolName('_elements_posix_exception_handl... |
unit FarScape.Assistant.UserInteraction;
interface
uses
FarScape.Scene;
type
UserInteractionAssistant = record
public
// GetInteractionTargetAt() looks for controls that are visible and pass the hit test.
class function GetInteractionTargetAt(const Scene : TScene; const X, Y : integer) : TSceneElement;... |
PROGRAM InventoryUpdate (input, output, InvFile, TransactionFile,
TranscriptFile, ExceptionFile);
{Erick Nave
DS&A1 9-3-93
InventoryUpdate (invupdat.pas) accesses a binary inventory file and places
its records into an array. Next it accesses a text transaction file
specified by the user and reads the f... |
unit FarScape.Color;
interface
uses
Graphics;
type
TFarScapeColor = record
public
class operator Implicit(a : TFarScapeColor):string;
class operator Implicit(a : string):TFarScapeColor;
class operator Implicit(a : TColor):TFarScapeColor;
public
procedure NoColor;
procedure Black;
pro... |
unit frmEmployee;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,
// Auto Generate
frmUniMasterEx, Menus, cxLookAndFeelPainters, dxPSGlbl, dxPSUtl, dxPSEngn,
dxPrnPg, dxBkgnd, dxWrap, dxPrnDev, dxPSCompsProvider, dxPSFillPatterns,
dxPSEdgePatt... |
unit uHideStringComponent;
interface
uses
System.Classes;
type
[ComponentPlatforms(pidAllPlatforms)]
THideString = class(TComponent)
private
FReverse: Boolean;
FUseDigits: Boolean;
public
function Execute(const OrigString: string): string;
published
property Reverse: Boolean read FReverse... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.4.5-15, FILE=ERR06T, CL... |
{**************************************************************************************************}
{ The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); }
{ you may not use this file except in compliance with the License. You may obtain a copy of the }
{ License at h... |
Unit Tm_DOS;
Interface
Uses DOS;
Const
fmReadOnly = 0; {FileMode constants}
fmWriteOnly = 1;
fmReadWrite = 2;
fmDenyAll = 16;
fmDenyWrite = 32;
fmDenyRead = 48;
fmDenyNone = 64;
fmNoInherit = 128;
Function DosDelete (FN : PathStr) : Word;
Function DirExist(DN : Pathstr) : Boolean;
Funct... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.3.7.2-7, FILE=LEV1F30... |
unit UDMPaiCadastro;
interface
uses
System.SysUtils, System.Classes, Data.FMTBcd, Data.SqlExpr, Datasnap.Provider,
Data.DB, Datasnap.DBClient, UclassPaiCadastro, UDMConexao;
type
TDMPaiCadastro = class(TDataModule)
CDSCadastro: TClientDataSet;
DSProvider: TDataSetProvider;
SQLDS: TSQLDataSet;
p... |
unit VP200Commands;
// desenvolvido por genilton souza
//alguns comandos básicos do VP200, baseado no manual do usuario
//basicamente é uma lista de bytes que deve ser enviada para o vp200 via socket,
// você pode usar a notação que desejar, por exemplo:
// "<ESC> 0x25" no lugar de "... |
unit B2.DelayLine.StereoDelayBuffer;
interface
uses
Math,
B2.Dsp,
VamLib.MoreTypes;
type
TStereoDelayBuffer = class
private
fBufferSize: cardinal;
fBuffer: T2dArrayOfSingle;
fWriteIndex: integer;
procedure SetBufferSize(const Value: cardinal);
public
constructor Creat... |
unit RedFox2D;
interface
uses
Types,
Graphics,
Agg2D,
AggWin32Bmp,
RedFox,
RedFoxColor;
type
{============================================================================
TRedFox2D has some similarities to the TAgg2D class. It provides methods
for drawing on an arbitrary buffer of 32 bit pi... |
unit CadTDesc;
{*************************************************************************}
{* *}
{* Author: Alcindo Schleder *}
{* Copyright: © 2003 by Alcindo Schleder. All rights reserved. ... |
unit XmlParser;
{$B-}
{
Grammar
-------
We will not be able to parse all XML documents. In particular, we will ignore
DTDs, attributes, the contents of a prolog, escaped characters (eg <) and
empty element tags (eg <NothingHere/>. We will be able to cope with empty
files, though.
In this... |
unit uWidgetSubclass;
interface
uses
uWidget,
System.SysUtils;
type
TBlueWidget = class(TWidget)
protected
function GetColor(): string; override;
public
constructor Create(parseID: Integer; parseDescription: string); override;
end;
TRedWidget = class(TWidget)
protected
function GetCol... |
{ *************************************************************************** }
{ Autor: }
{ Data: 04/12/2016 }
{ Resenha:
{ ***************************************************************... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.4.2.2-5, FILE=CONF039, CLAS... |
{
InProcessTimer is a timer class that is synced to the audio processing routines.
- It can be useful because events can be triggered from the audio thread
- Events are timed relative to the processing.
- WARNING: This timer isn't designed to be perfectly accurate. When using 44100 sampling rate, there
... |
Unit ESoft.Launcher.DM.Main;
{ ----------------- Single Table Database ------------------ }
{ ---------------------------------------------------------- }
{ Developed by Muhammad Ajmal p }
{ ajumalp@gmail.com }
{ ---------------------------------------------------------- }
Interface
Uses
Vcl.Forms,
S... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.5.3-10, FILE=ERR36T, ... |
unit Test.VamLib.Collection.List;
interface
uses
WatchTower,
VamLib.Collection.List;
type
TRecListTest = class(TWatchTowerTest)
public
procedure Setup; override;
procedure TearDown; override;
[Test]
procedure Basics;
[Test]
procedure PushAndPop;
end;
implementation
uses
SysUti... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.2.2-9, FILE=DEV040, CLA... |
unit Master;
{ MiniCoin Wallet and Miner Copyright (c) 2019 by Preben Bjorn Biermann Madsen
Based on Kreditz Coin Copyright (c) 2018 Pjor, Kreditz Team
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
This unit is a... |
unit frmVendor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxNavigator,
// Auto Generate
frmUniMasterEx, Menus, cxLookAndFeelPainters, dxPSGlbl, dxPSUtl, dxPSEngn,
dxPrnPg, dxBkgnd, dxWrap, dxPrnDev, dxPSCompsProvider, dxPSFillPatterns,
d... |
unit uImport;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Windows;
function FindImportLibrary(hModule: THandle; pLibName: PAnsiChar): PPointer;
function FindImportFunction(pLibrary: PPointer; pFunction: Pointer): PPointer;
function ReplaceImportFunction(pOldFunction: PPointer; pNewFunction: Pointer): Po... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.7.1-7, FILE=CONF147, CLASS=... |
unit uHistory;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ComCtrls, gmXML, variable, func;
type
TfHistory = class(TForm)
Panel1: TPanel;
ChatRE: TRichEdit;
TBMessage: TTrackBar;
Label1: TLabel;
Edit1: TEdit;
Lab... |
unit SpeechParser;
interface
uses
Classes, ActnList, Controls;
type
ISpeechEntry = interface(IInterface)
['{BF20F195-DCBF-4761-8139-A029EED569BA}']
procedure Execute; stdcall;
end;
ITextSpeechEntry = interface(ISpeechEntry)
['{91E5B7D7-7CAC-4D23-97A9-845DE7AA7238}']
function GetText: string; st... |
{==============================================================================|
| Project : Delphree - Synapse | 001.007.000 |
|==============================================================================|
| Content: SSL support ... |
unit UOpenQueryThread;
interface
uses
Classes, Windows, Messages, SysUtils, Graphics, Controls,
Dialogs, DBTables, Db, ADODB;
const
WM_OPENDATASET = WM_USER + 1;
WM_EXECUTESQL = WM_USER + 2;
type
TOpenQueryThread = class(TThread)
private
procedure WMOpenDataSet(Msg: TMsg);
proce... |
unit Model.Produto;
interface
uses
System.Classes, System.SysUtils, System.Generics.Defaults, System.Generics.Collections, System.AnsiStrings;
type
TProduto = class
private
FDescricao: String;
public
constructor Create(); overload;
constructor Create(const AProduto: TProduto); overload;
cons... |
unit config.json;
{$mode delphi}
interface
uses
Classes,
SysUtils,
fpjson,
jsonparser,
fgl,
config.base,
config.types;
type
{ TJSONConfigImpl }
(*
standard json configuration implementation. children
add any number of properties they would like to ease accessibility.
*)
TJSONConfigImp... |
unit GinClasses;
{$IFDEF FPC}
{$MODE DELPHI}
{$ENDIF}
{$H+}
interface
uses
Generics.Collections, Classes, TCPTypes;
type
TMsgCategory = (mcSystem, mcText, mcLobby, mcConnect, mcClient, mcServer, mcPlay);
TBaseMessage = class(TBaseIdentMessage)
public
Category: TMsgCategory;
Method: Byte;
Params: TLis... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.7.1-19, FILE=DEV169, CL... |
{
Creates a patch plugin that makes spell mods compatible with Better Spell Learning.
This script is load-order dependent, so any edits to spells will be included in the patch.
Apply to either a specific mod, so only spell tomes from that mod will be processed,
or to your whole load order to create a patch fi... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.5.3-18, FILE=CONF125, CLA... |
{
The Windows API is useful but a little annoying to use, so
here are some wrappers around some functions.
}
unit WinShell;
interface
uses
ShlObj, ShellApi, Windows;
function BrowseDialog(AppHandle: hwnd; const Title: string; const Flag: integer): string;
function BrowseDialogCallBack(W... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.7.1-13, FILE=IMPDEP06, ... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ PRETEST 6.6.2-7, FILE=ERR17P, ... |
unit uTableBase;
interface
uses
uSQLConnection,
Uni,
System.SysUtils,
System.Generics.Collections,
REST.Json.Types;
type
TEntityBase = class
procedure fillParamsOfQuery(query: TUniQuery); virtual; abstract;
end;
TTableBase = class abstract(TInterfacedObject)
protected
fSQLConnection: ... |
unit ZLDocument;
interface
uses
Forms, Classes, Controls, SysUtils, Types, StdCtrls, ExtCtrls, Graphics, Menus,
Buttons, DBCtrls, XmlIntf, XmlDoc, ZjhCtrls, ApConst, Variants;
type
TZLSpan = class(TPanel)
private
FKeystone: Boolean;
FFirstLeft: Integer;
FFirstTop: Integer;
FDisplayIndex: Inte... |
unit Database.Tabela.Firebird;
interface
uses
System.SysUtils, System.Classes,
System.Generics.Collections,
System.Rtti,
Database.IDataseMigration,
Database.TTabelaBD, Model.Atributos, Model.Atributos.Tipos;
type
TTabelaBDFB = Class(TTabelaBD)
private
function CampoToSql(campo: CampoAttribute): st... |
{..............................................................................}
{ }
{ }
{..............................................................................}
{..............................................................................}
//Global C... |
unit Database.Entities;
interface
uses
SysUtils,
Generics.Collections,
Aurelius.Mapping.Attributes,
Aurelius.Types.Blob,
Aurelius.Types.DynamicProperties,
Aurelius.Types.Nullable,
Aurelius.Types.Proxy;
type
TCustomer = class;
TOrderItems = class;
TOrders = class;
[Entity]
[Table('Cus... |
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL : http://10.46.177.139:8181/traffic/ws/moreLikeThisHBase?wsdl
// >Import : http://10.46.177.139:8181/traffic/ws/moreLikeThisH... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.5.3-19, FILE=CONF126, CLA... |
unit LPTControllerListEventsRequestHandler;
interface
uses
Winsock, Classes, SysUtils, Log4D,
LPTControllerRequestHandler, LPTControllerRequestHandlerBag,
TimelineControler, ObjectWithTimelineControler;
type
TLPTControllerListEventsRequestHandler = class (TInterfacedObject, ILPTControllerRequestHan... |
{***************************************************************************}
{ TAdvDropdown components }
{ for Delphi & C++Builder }
{ }
{ writte... |
namespace RemObjects.Elements.System;
type
Convert = public static class
private
method ParseString(s:String; out aSign: Boolean; out arr: array of Byte): Boolean;
begin
if String.IsNullOrEmpty(s) then exit False;
var len:= s.Length;
var start:=0;
aSign := False;
while s[star... |
unit UserClass;
interface
uses SysUtils;
type
PCUser = class(TObject)
private
userName : string;
userPassword : string;
public
constructor Create; overload;
constructor Create(Name : string; Password : string); overload;
constructo... |
{*************************************************************************}
{ HTMLEditor property type }
{ }
{ written by TMS Software }
{ cop... |
unit Oz.Cocor.Utils;
interface
uses
System.Classes, System.SysUtils, System.Contnrs, System.Math,
System.Generics.Defaults, System.Generics.Collections;
type
FatalError = class(Exception);
{$Region 'TBitsBuffer, TBitSet: Set of 0 .. Size - 1'}
TBitsBuffer = record
private const
Bpi = SizeOf(Integer) ... |
{
******************************************++***********************************
* *
* LGPL with linking exception (like Lazarus). See the file license.md, *
* included in this distribution, for details about the copyright. ... |
unit uSkyBox;
interface
uses OpenGL, uConst, uCamera, u3DTypes;
const
// de skybox
texLeft = 0;
texRight = 1;
texBottom = 2;
texTop = 3;
texNear = 4;
texFar = 5;
planeLeftT = 0;
planeLeftB = 1;
planeRightT = 2;
planeRightB = 3;
planeBottom = 4;
planeTop = 5;
planeNear... |
unit Pessoa;
interface
uses
DAO.RTTI,
DAO.RTTI.Types;
type
[Table('PESSOA')]
TPessoa = class
private
FSobrenome: String;
FNome: String;
FTelefone: String;
FID: Integer;
procedure SetID(const Value: Integer);
procedure SetNome(const Value: String);
procedure SetSobrenome(const ... |
{
*******************************************************************************
* *
* LGPL with linking exception (like Lazarus). See the file license.md, *
* included in this distribution, for details about the copyright. ... |
// Marcello Mello
// 28/09/2019
unit lps.utils;
interface
uses
Classes,
Generics.Collections,
lps.types;
type
TEnumConversor<T: record> = class
public
class function ToString(const Enum: T): string; reintroduce; overload;
class function ToEnum(const Str: string): T;
class function ToEnumDef(c... |
unit unitCodeSoft4;
interface
uses classes,sysutils,windows,ddeman,inifiles,unitCodeSoftSample,unitLog,unitConvert;
type
TCodeSoft4=class(TCodeSoftSample)
private
m_CS4: TDdeClientConv;
m_sOpenFileName : string;
m_bVisible : boolean;
m_tsParameter : tstrings;
function getCSPath : string;
... |
// RFC 3629 https://tools.ietf.org/html/rfc3629
{$MODE FPC}
{$MODESWITCH DEFAULTPARAMETERS}
{$MODESWITCH OUT}
{$MODESWITCH RESULT}
unit dutf8;
interface
const
// Maximum bytes required for a UTF-8 encoded character
UTF8_MAX_CHARACTER_SIZE = 4;
// Maximum possible Unicode character for UTF-8 encoding
UTF8_MAX... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.9.1-1, FILE=CONF194, CLASS=... |
unit Iocp.VariantPacket;
{*
* 数据包结构(发送和返回共用这个结构)
* [SIZE] 4B
* [CMD] cmd_len(1B) - cmd_name(string)
* [PARAM_COUNT] 1B
* [PARAM1] param_name_len(1B) - param_name(string) - param_dim(1B) - param_type(2B) - param_data(nB)
* [PARAM2] ...
* [PARAM3] ...
* [DATA] data_len(4B) - data(nB)
*}
interface
uses
Class... |
{ ############################################################################ }
{ # # }
{ # MSpeech v1.5.5 - Распознавание речи используя Google Speech API # }
{ # ... |
(*************************************************************)
(* Programmname : SYMTAB.PAS *)
(* Programmautor : Michael Rippl *)
(* Compiler : Turbo Pascal V5.0 *)
(* Letzte nderung : 14-Jan-1990 ... |
unit EasyEffect.AudioOutputController.DspMaster;
interface
{$INCLUDE Defines.inc}
uses
EasyEffect.AudioOutputController.Custom,
eeOverSamplingFilters,
DAEffect, VamLib.MoreTypes;
type
TVstAudioOutputController = class(TCustomVstAudioOutputController, IVstAudioOutputController)
private
prot... |
{ Pascal Validation Suite Version 5.7 }
{ }
{ (C) Copyright 1982, British Standards Institution }
{ }
{ TEST 6.6.3.7.1-2, FILE=LEV1F11... |
unit DataBaseUtils;
interface
uses MemTableEh, DB, DataDriverEh;
procedure prepareMemTable(const table: TMemTableEh);
function memTableChanged(const table: TMemTableEh): boolean;
function variantToInt(const value: Variant): integer;
procedure saveGuaranted(const table: TMemTableEh);
procedure dropAllRecords(const tab... |
{**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.