text stringlengths 14 6.51M |
|---|
program fod_P32;
const
marca = '*';
maximo = 8;
corte = -1;
valorAlto = 9999;
type
registro = record
codigo: integer;
apYnom: string[30];
direccion: string[30];
telefono: string;
dni: integer;
fechaNac: string[10]; //dd/mm/aaaa
end;
archivo = file of registro;
//--------------------------... |
// ******************************************************************
//
// Program Name : AT Library
// Platform(s) : Android, iOS, Linux, MacOS, Windows
// Framework : Console, FMX, VCL
//
// Filename : AT.Math.pas
// Date Created : 22-Nov-2020
// Author : Matthew Vesperman
//
// Description... |
program verzeichnis;
{$IFNDEF HASAMIGA}
{$FATAL This source is compatible with Amiga, AROS and MorphOS only !}
{$ENDIF}
{$MODE OBJFPC}{$H+}{$HINTS ON}
{$UNITPATH ../../../Base/CHelpers}
{$UNITPATH ../../../Base/Trinity}
{$UNITPATH ../../../Base/Sugar}
{
============================================================... |
unit UGraphBuilder;
interface
uses
SysUtils, Classes, Controls, UGraphs, Types, Messages;
type
TGraphBuilder = class(TGraphicControl)
private
FCurrentID : Integer;
FPoints : TList;
FLinks : TList;
FUpdateCount : Integer;
protected
procedure WMERASEBKGND(var Message: TWMEraseBkgnd); messag... |
unit Demo;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
ComboBox1: TComboBox;
ComboBox2: TComboBox;
Edit1: TEdit;
Edit2: TEdit;
Label1: TLabel;
DateTimePicker1: TDateTimeP... |
namespace com.remobjects.everwood.beta;
interface
uses
java.io,
java.net,
java.lang,
java.util,
java.util.concurrent,
android.app,
android.content,
android.preference,
android.util,
com.remobjects.sdk;
type
DataAccess = public class(android.app.Application)
private
cons... |
unit DW.ThreadedTimer;
{*******************************************************}
{ }
{ Kastri Free }
{ }
{ DelphiWorlds Cross-Platform Library }
... |
unit CursoModel;
{$MODE OBJFPC}
interface
uses
Classes, SysUtils;
type
TCursoModel = class
public
public
FCodigo: integer;
FNome: string;
FDuracao: integer;
function getFCodigo : integer;
procedure setFCodigo(codigo : integer);
function getFNome : string;
procedure setFNome(no... |
{*******************************************************}
{ }
{ Borland Delphi Runtime Library }
{ Tool Help Functions, Types, and Definitions }
{ }
{ Copyright (C) 199... |
unit UTimeTable;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Grids,
ActnList, StdCtrls, IBConnection, sqldb, DB, DBCtrls, DBGrids, Menus,
ExtCtrls, UMetadata, UDBConnection, UBuildQuery, UShowInformation, Math,
UFilter, UErrorSecure, UEditTable, Buttons... |
unit Model.FactoryForm;
interface
uses
uFrmAutoForm;
type
TTipoForm = (tfProduto, tfGrupo, tfFilm, tfcliente);
TFactoryForm = class
strict private
class var FInstance: TFactoryForm;
constructor Create;
private
function CreateFormProduto: TfrmAutoForm;
function CreateFormG... |
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL : http://localhost:8888/wsdl/IAntennaWS
// Encoding : utf-8
// Version : 1.0
// (3/30/2012 11:39:36 AM - 1.33.2.5)
//... |
Описание списка
Пример описания списка
Type ukazat= ^ S;
S= record
Inf: integer;
Next: ukazat;
End;
В Паскале существует основное правило: перед использованием какого-либо объекта он должен быть описан. Исключение сделано лишь для указателей, которые могут ссылаться на еще не объявленный тип.
Формир... |
unit NtUtils.ImageHlp.Syscalls;
interface
{
This module allows extracting system call numbers from images that include
stubs for issuing syscalls such as ntdll and win32u.
}
uses
Ntapi.ImageHlp, NtUtils, NtUtils.ImageHlp;
type
TSyscallEntry = record
ExportEntry: TExportEntry;
SyscallNumber: Cardinal... |
unit stack;
interface
uses
SysUtils;
type
{ TStack }
TStack = class
private
//This hold items for our stack
Items: array of variant;
//Top of stack and stack count
Tos, sCount: integer;
public
//Push items onto stack
procedure Push(item: variant);
//Pop items of stack
func... |
unit View.TemplateForm;
interface
uses
Winapi.Windows, Winapi.Messages,
System.UITypes,
System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, JvComponentBase, JvEmbeddedForms,
Model.ProSu.Provider, Model.ProSu.Interfaces,
Model.ProSu.Subscriber,
Model.Form... |
unit ce_symstring;
{$I ce_defines.inc}
interface
uses
ce_observer, sysutils, ce_interfaces, ce_ceproject, ce_synmemo, ce_common,
ce_stringrange;
type
(**
* Enumerates the symbol kinds, used to index an associative array.
*)
TCESymbol = ( ENV_USER, ENV_HOME, ENV_TEMP, CAF, CAP,
CFF, CF... |
unit InsertQueryTests;
interface
uses
TestFrameWork,
SqlQueryBuilder;
type
TInsertQueryTests = class(TTestCase)
private
queryBuilder: TSqlQueryBuilder;
protected
procedure SetUp; override;
procedure TearDown; override;
published
procedure TestThatInsertQueryContainsATable;
procedure T... |
program broker;
{$IFNDEF HASAMIGA}
{$FATAL This source is compatible with Amiga, AROS and MorphOS only !}
{$ENDIF}
{
Project : broker
Source : RKRM
}
{
* The example below, Broker.c, receives input from one source, the
* controller program. The controller program sends a CxMessage each
* time the user c... |
{$reference ../lib/robocode.dll}
{$reference System.Drawing.dll}
library CrazyEx;
uses
System.Drawing,
Robocode,
Robocode.Util;
type
Crazy = class(AdvancedRobot)
private
movingForward: boolean;
public
constructor Create();
begin
end;
pr... |
unit ControlParentSwitchingFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DeletableOnCloseFormUnit;
type
TControlParentSwitchingForm = class(TDeletableOnCloseForm)
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
p... |
unit ViewBmp;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TTestBmp = class(TForm)
PBox: TPaintBox;
procedure FormCreate(Sender: TObject);
procedure FormDestroy(Sender: TObject);
private
WBitmap: TBitmap;
procedure PBox... |
program BackGrnd;
uses crt;
var V_Buffer : array [0..63999] of byte;
Pall : Array[0..255,1..3] of Byte;
loop1 : integer;
Procedure Pal(Col,R,G,B : Byte); assembler;
{ This sets the Red, Green and Blue values of a certain color }
asm
mov dx,3c8h
mov al,[col]
out dx,al
inc ... |
unit UFileFinder;
{ ClickForms Application }
{ Bradford Technologies, Inc. }
{ All Rights Reserved }
{ Source Code Copyrighted © 1998-2006 by Bradford Technologies, Inc. }
{
+------------------------------------------------------------------------------+
| TFileFinder ... |
unit AT.Vcl.Actions;
interface
uses
System.Classes, System.Variants,
Vcl.ActnList,
AT.Vcl.Actions.Consts, AT.Vcl.Actions.Types;
type
[ComponentPlatformsAttribute(pidCurrentPlatforms)]
TATActionAction = class(TCustomAction)
strict private
FAction: TBasicAction;
protected
function GetChecked: Boo... |
unit dmOsciladores;
interface
uses
SysUtils, Classes, DB, IBCustomDataSet, IBQuery, dmEditFS, IBSQL, IBUpdateSQL,
Graphics, dmFS;
type
TOnDelete = procedure (const OID: integer) of object;
TOnUpdate = procedure (const OID: Integer; const name: string) of object;
TOsciladores = class(TEditFS)
qOscilado... |
unit synopsis;
interface
uses dialogs,sysutils,stdctrls,classes,lexem;
type
TSynopsis = class(TObject)
function Analyze : integer; // вызов анализатора
private
procedure TitleSD; // разбор заголовка теста
procedure TestSD; // разбор теста
pro... |
unit FrameCtrl;
{ 1. In CreateParams, add WS_EX_TRANSPARENT style.
Bug : when moving, the inner contents will not update automitically.
2. In Create , remove csOpaque;
Bug :
1) when moving, the inner contents will not update automitically.
2) set color will fill inner contents
}
interface
uses
Windows, Message... |
{************************************************}
{ }
{ ATFileNotificationSimple Component }
{ Copyright (C) 2007 Alexey Torgashin }
{ http://atorg.net.ru }
{ }
{*******... |
unit UFileFinderSH;
{ ClickForms Application }
{ Bradford Technologies, Inc. }
{ All Rights Reserved }
{ Source Code Copyrighted © 1998-2005 by Bradford Technologies, Inc. }
interface
uses
Controls, Classes, SysUtils, ShlObj,
UFileFinder;
type
TNewFolderEve... |
unit BaseTests;
interface
uses
System.SysUtils, DUnitX.TestFramework, uBase;
type
IBaseNcodingTests = interface
['{20A2197E-2906-446D-B319-DCEA726966C1}']
end;
// [TestFixture]
// [Ignore]
TBaseNcodingTests = class abstract(TInterfacedObject, IBaseNcodingTests)
protected
class var
F... |
unit Cash_Emulation;
interface
uses Windows, CashInterface;
type
TPrinterEmulation = class(TObject)
FFiscal : Boolean;
FReturn : Boolean;
FSummaCheck : Currency;
procedure Sale(AGoodsCode : Integer; AAmount, APrice : Currency);
procedure OpenFiscCheck(AReturn : Boolean);
procedure OpenCheck... |
unit UFireGameCell;
interface
uses UGameCell, Graphics, Classes, UPerson, UGameTypes;
TYPE
TFireGameCell = class (TGameCell)
private
protected
public
constructor Create(AOwner: TComponent); override;
end;
TFriendFireGameCell = class (TFireGameCell)
private
protected
... |
(*
Copyright (c) 2011, Stefan Glienke
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and t... |
{******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... |
unit TipoJurosDAO;
interface
uses
TipoJuros, DB, ZAbstractRODataset, ZAbstractDataset,
ZDataset, SysUtils, ZConnection, uDMPrincipal;
type
TTipoJurosDao = class
private
zquery : TZQuery;
dataSource: TDataSource;
public
procedure editar(tipoJuros : TTipoJuros);
procedure excluir(tipoJuros:... |
{Hint: save all files to location: C:\adt32\eclipse\workspace\AppIntentDemo3\jni }
unit unit1;
{$mode delphi}
interface
uses
Classes, SysUtils, And_jni, And_jni_Bridge, Laz_And_Controls,
Laz_And_Controls_Events, AndroidWidget, intentmanager;
type
{ TAndroidModule1 }
TAndroidModule1 = class(jFor... |
unit UPortDelorme;
{$WARN UNIT_PLATFORM OFF}
{ ClickForms Application }
{ Bradford Technologies, Inc. }
{ All Rights Reserved }
{ Source Code Copyrighted © 1998-2005 by Bradford Technologies, Inc. }
interface
uses
Windows, Messages,
UContainer, UCell, UPortBase, ... |
unit TipoRegimeTributario;
interface
type TTipoRegimeTributario = (trtSimplesNacional=0, trtLucroPresumido=1, trtLucroReal=2);
type
TTipoRegimeTributarioUtilitario = class
public
class function DeEnumeradoParaInteger(Tipo :TTipoRegimeTributario) :Integer;
class function DeIntegerParaEnumerado(Tipo :Inte... |
unit frm_JumpTo;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmJumpTo = class(TForm)
lblSelectText: TLabel;
lstLevels: TListBox;
cmdOK: TButton;
cmdCancel: TButton;
procedure FormShow(Sender: TObject);
procedure cmd... |
unit Delphi.Mocks.Examples.Matchers;
interface
{$I 'Delphi.Mocks.inc'}
uses
DUnitX.TestFramework, System.Generics.Defaults;
type
TObjectToTest = class
private
FPropertyToTest: Integer;
public
FieldToTest: Integer;
property PropertyToTest: Integer read FPropertyToTest write FPropertyToTest;
en... |
unit SE_ACMethods;
interface
uses
Generics.Collections, Classes,
VerySimpleXML,
SE_ACParams;
type
TSEMethodType = (ftFunction, ftProcedure);
const
MethodTypeName: array[TSEMethodType] of string = (
'function', 'procedure'
);
type
TSEMethod = class(TObject)
public
MethodType: TSEMethodTyp... |
{******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... |
unit EncodeProgress_u;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, Buttons, Advanced;
type
TdlgOperationsProgress = class(TForm)
lbCurrentFile: TLabel;
pbEncoding: ... |
{
Sobre o autor:
Guinther Pauli
Delphi Certified Professional - 3,5,6,7,2005,2006,Delphi Web,Kylix,XE
Microsoft Certified Professional - MCP,MCAD,MCSD.NET,MCTS,MCPD (C#, ASP.NET, Arquitetura)
Colaborador Editorial Revistas .net Magazine e ClubeDelphi
MVP (Most Valuable Professional) - Embarcadero Technologies - U... |
unit BDAImpEx;
(*
Basic Data Access Dataset
Not like THDataset, THCustomStdDataset is descendent from TDataset
Code Written By Huang YanLai
This codes is base on the delphi's demo of TextData.pas
*)
{$I KSConditions.INC }
interface
uses
DB, Classes, TxtDB, BDAImp, DBAIntf,IntfUtils,listeners,co... |
{***************************************************************************}
{ }
{ Delphi.Mocks }
{ }
{ ... |
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL : http://webservices.appraisalworld.com/secure/ws/awsi/AwsiAccessServer.php?wsdl
// >Import : http://webservices.appraisalwo... |
unit UMainFrm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, GMLib.Classes, GMLib.Map, GMLib.Map.Vcl,
Vcl.ExtCtrls, uCEFChromiumCore, uCEFChromium, uCEFWinControl, uCEFWindowParent,
uCEFConstants, uCEFInte... |
unit ViewModel.CountryList;
interface
uses
Model.Interfaces;
function CreateCountryListViewModelClass: ICountryListViewModelInterface;
implementation
uses
Model.Country,
Model.FormDeclarations,
Model.ProSu.Interfaces,
Model.ProSu.InterfaceActions,
Model.ProSu.Provider,
Model.ProSu.Subscriber;
type
T... |
// ******************************************************************
//
// Program Name : Angelic Tech Library
// Platform(s) : Windows
// Framework : VCL
//
// Filename : AT.Vcl.Dialogs.SplashDX.pas/.dfm
// Date Created : 11-May-2020
// Author : Matthew Vesperman
//
// Description:
//
// Def... |
{******************************************************************************}
{ }
{ Indy (Internet Direct) - Internet Protocols Simplified }
{ ... |
unit ULicEval;
{$WARN SYMBOL_PLATFORM OFF}
{ ClickForms Application }
{ Bradford Technologies, Inc. }
{ All Rights Reserved }
{ Source Code Copyrighted © 2005 by Bradford Technologies, Inc. }
{ This unit is for controling the evaluation duration of the software }
{ It cr... |
{-----------------------------------------------------------------------------
Unit Name: DUGetText
Author: Sebastian Hütter
Date: 2006-08-01
Purpose: Translation module
History: 2006-08-01 initial release
-----------------------------------------------------------------------------}
unit DUGetText;
... |
unit Antena;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Angle, Speed;
type
TNewDataEvent = procedure ( Sender : TObject; Position : TAngle ) of object;
TAntennaType = (at_Azimut, at_Elevation);
TAntenna = class(TCustomControl)
... |
unit DIOTA.Dto.Response.ReplayBundleResponse;
interface
uses
System.Classes,
DIOTA.IotaAPIClasses;
type
TReplayBundleResponse = class(TIotaAPIResponse)
private
FSuccessfully: TArray<Boolean>;
function GetSuccessfully(Index: Integer): Boolean;
function GetSuccessfullyCount: Integer;
public
c... |
unit uMapeamentos;
interface
uses AqDrop.DB.Base, AqDrop.DB.ORM.Attributes, AqDrop.Core.Collections.Intf;
type
[AqTable]
TCidade = class(TAqDBObjectAutoID)
strict private
FAtiva: Boolean;
FNome: string;
procedure SetAtiva(const Value: Boolean);
procedure SetNome(const Value: stri... |
unit UGlobalsNoUserTypes;
{
Copyright (c) 2014 George Wright
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License, as described at
http://www.apache.org/licenses/ and http://www.pp4s.co.uk/licenses/
}
//This unit is for ... |
unit SPRefMain2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Scanner, Menus, StdCtrls, ExtCtrls,contnrs, LXScanner;
type
TSPParam = class(TObject)
public
name : string;
dataType : string;
passType : string;
end;
TSPParams = class(TObjectList)
pr... |
unit Misc;
interface
uses Windows;
procedure ErrBox( aMessage: string );
procedure MsgBox( s: string );
function MsgBoxYN( s: string ): boolean;
function MsgBoxOC( s: string ): boolean;
implementation
uses Forms;
procedure MsgBox( s: string );
begin
Application.Messagebox( PChar( s ), 'Сообщение', MB_OK + MB_ICONI... |
unit fmWorkBench;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.WebBrowser,
FMX.StdCtrls, FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo, FMX.TabControl, FMX.Edit;
type
TWorkBench... |
{******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... |
unit Nathan.Tuple.DifferentTypes;
interface
uses
DUnitX.TestFramework,
Nathan.Tuple;
type
[TestFixture]
TTestNathanTupleMixed = class(TObject)
public
[Test]
[TestCase('ChangeValueF','False')]
[TestCase('ChangeValueT','True')]
procedure Test_MixTypes_OrdinalString(const Change... |
unit uCadastro;
interface
uses
System.SysUtils, System.Variants, System.Classes, Winapi.Windows, Winapi.Messages;
//classe de pessoas
type
tCadastroPessoa = class
private
fNome : string;
fIdade: integer;
fDataNasc : TDate;
fDataCad : TDate;
fIdEnd : integer;
... |
{******************************************************************************}
{ }
{ Delphi OPENSSL Library }
{ Copyright (c) 2016 Luca Minuti ... |
unit UMapPortalBingMapsSL;
{ ClickForms Application }
{ Bradford Technologies, Inc. }
{ All Rights Reserved }
{ Source Code Copyrighted © 1998-2018 by Bradford Technologies, Inc. }
interface
// *** Dependancies **********************************************************
... |
unit Form.Main;
interface
uses
System.SysUtils,
System.Variants,
System.Classes,
Winapi.Windows,
Winapi.Messages,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Data.DB,
FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf,
FireDAC.Ph... |
unit UServerManagerIntf;
interface
uses InvokeRegistry, Types, XSBuiltIns, CRAccess, DASQLMonitor;
type
IServerManager = interface(IInvokable)
['{54D0695E-FC64-4DAC-B9F1-33356B5CCE27}']
procedure SetCheckSessions(const aPassword: String; const aValue: Boolean); stdcall;
function GetCheckSession... |
unit MoveGameObject;
interface
uses
FMX.Layouts, FMX.Objects, System.Classes, GameObject, FMX.Ani, System.Threading,
FMX.Types, System.SysUtils, Fmx.StdCtrls, System.UITypes, System.Variants,
FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
Helper;
type
TMoveGameObject = class abstract(TGameObject)
... |
unit uMsg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Menus, StdCtrls,
cxButtons, ExtCtrls, cxControls, cxContainer, cxEdit, dxSkinsCore,
dxSkinCaramel, dxSkinOffice2007Blue;
type
TfrmMsg = class(TFor... |
program Ejercicio4;
type
Persona = record
nroEmpleado: integer;
apellido: string[50];
nombre: string[50];
edad: integer;
DNI: integer;
end;
archivo_persona: file of Persona;
Procedure CrearArchivo(var archivo_binario: archivo_persona);
var persona: Persona;
arhc_... |
// see ISC_license.txt
{$I genLL.inc}
unit STLexer;
interface
uses
SysUtils, Runtime;
const
LEX_WS = 1;
LEX_COMMENT = 2;
LEX_DELIMITER = 3;
LEX_IDENT = 4;
LEX_KEY_IF = 5;
LEX_KEY_ELSE = 6;
LEX_KEY_ENDIF = 7;
(* LEX_IDENT = 3;
... |
unit UProjectReport;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, PrjRepScripts,
StdCtrls, ComCtrls;
type
TfmProjectReport = class(TForm)
pcPages: TPageControl;
TabSheet1: TTabSheet;
TabSheet2: TTabSheet;
btnSelectScript: TButton;
mmScripts: TMemo... |
UNIT Player;
(*< Player stuff. *)
(*
Copyright (c) 2019 Guillermo Martínez J.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software fo... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, WinUtils, HotKeyMons, ComCtrls,Menus;
type
TForm1 = class(TForm)
HotKeyMonitor1: THotKeyMonitor;
Label1: TLabel;
lbCount: TLabel;
HotKey1: THotKey;
Button1: TButton;
Label2: TL... |
unit oBASSDataCollector;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, LCLType,
bass,
oGlobal, oDataCollector;
type
{ TBassDataCollector }
TBassDataCollector = class(TDataCollector)
private
FDevice: LongInt;
FChannel: DWord;
protected
function GetErrorMsg: String;
public
... |
unit WVCmdReq;
{**********************************************
Kingstar Delphi Library
Copyright (C) Kingstar Corporation
<Unit>WVCmdReq
<What>根据WorkView里面的数据自动产生Command的组件。
用于自动完成对请求的数据绑定
<Written By> Huang YanLai (黄燕来)
<History>
**********************************************}
{$I KSConditio... |
unit RCsvUtils;
interface
uses
Classes;
function rCsv_QuotedStr(const sInStr: string): string;
function rCsv_ExtractQuotedStr(const sInStr: string): string;
function rCsv_CommaText(const slInText: TStringList; const chDiv: Char = ','): string;
implementation
uses
SysUtils;
function rCsv_QuotedStr(const sInStr... |
library Streams;
uses SysUtils, Classes;
{$I '..\svm.inc'}
{STREAM}
procedure _Stream_Destructor(pStream: pointer); stdcall;
begin
TStream(pStream).Free;
end;
procedure _Stream_Create(pctx: pointer); stdcall;
begin
__Return_Ref(pctx, TStream.Create, @_Stream_Destructor);
end;
procedure _Stre... |
unit MainFormU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, CPort, Vcl.WinXCtrls,
System.ImageList, Vcl.ImgList;
type
TMainForm = class(TForm)
ComPort1: TComPort;
btnSetup: TButto... |
unit Unit_CadMateria;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Edit,
FMX.Controls.Presentation, FMX.StdCtrls, FMX.ListBox, Materia, Curso;
type
TForm_CadMateria = class(TForm)
Label1: ... |
unit PokerCards;
interface
const
{demo constants}
demo = False;
dfrom = 11; dto = 28;
cardsInMast = 13; mCrosses = 0;
InPack = 52; mDiamonds = 1;
c2 = 0; mHearts = 2;
c3 = 1; mPeaks = 3;
c4 = 2; ... |
unit DW.Firebase.InstanceId.Android;
{*******************************************************}
{ }
{ Kastri Free }
{ }
{ DelphiWorlds Cross-Platform Library ... |
{*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ Copyright(c) 2013 Embarcadero Technologies, Inc. }
{ }
{*****************************... |
unit UDatenliste;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
TDatenarray = Array of TDate;
type
TDatenliste = class
private
FDaten: TDatenarray;
public
procedure Laden (Pfad: String);
published
property Daten: TDatenarray read FDaten write FDaten;
end;
impleme... |
unit uTransferencia;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Mask, JvExMask, JvToolEdit, uFrameClasse, uFrameAluno, StdCtrls,
Processo, uFuncoesGeral, ExtCtrls;
type
TfrmTransferencia = class(TForm)
btconfirmar: TButton;
btCancelar: TButton;
... |
{*******************************************************************************
作者: dmzn@163.com 2013-11-20
描述: 存储带有标识的对象和类类型的列表
备注:
*.列表支持TObject,TClass等,函数也分为对应的几组,当确定列表使用哪种类型时,只能
调用类型对应的函数,不可交叉使用.
*.如TObject类型的列表,只能使用含有TObject的函数.
**************************************************************... |
unit uDetailedBootloaderForm;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
EditBtn, ComCtrls, Buttons, ExtCtrls, Windows,
uConfiguratorData,
uBootLoader,
uLibrary;
type
{ TDetailedBootloaderForm }
TDetailedBootloaderForm = class(TDetai... |
//****************************************************************************
//
// Program Name : - AT Library -
// Program Version: 1.00
// Filenames : AT.Windows.Registry.pas
// File Version : 1.00
// Date Created : 28-JAN-2014
// Author : Matthew S. Vesperman
//
// Description:
//
// Ang... |
unit OlegTests;
interface
uses
OlegVector, OlegMath, OlegVectorOld, OlegType;
procedure VectorEquals(const VectorOld:PVector; const VectorNew:TVector);
//function ArrayToString(ArrSingle:TArrSingle):string;overload;
//
//function ArrayToString(ArrSingle:TArrSingle;TitelsArr:array of string):string;overload;
proc... |
unit dmCorreo;
interface
uses
SysUtils, Classes, IBCustomDataSet, IBUpdateSQL, DB, IBQuery;
type
TCorreo = class(TDataModule)
qCorreo: TIBQuery;
qCorreoOID_CORREO: TIntegerField;
qCorreoFECHA_HORA: TDateTimeField;
qCorreoTITULO: TIBStringField;
qCorreoMENSAJE: TMemoField;
uCorreo: TIBUpda... |
unit uTabOrder;
{$I twcomp.pas}
interface
uses
uTabSheetBaseWithScrollbar, ExtCtrls, Forms, StdCtrls, ComCtrls, Buttons,
CAS_CONTROLS, CAS_TABLE_CONTROLS, Controls, Classes, uIItdFormWrapper,
ItdLinksAXProj_TLB,
uIManagePositionsOrder,
Menus, uITDFCombobox, uTWCAxForm, uLowLevelConst, uToolbarOrderFrame,
u... |
{
Relay Unit loads and executes plugin DLL's and also
recieves data from main application and than decides
where the data belongs.
Programmer version Date Comment on code change
------------ ------- ---------- ------------------------------------------------------------
Shawn 0... |
unit imagesMensajesPanel;
interface
uses mensajesPanel, ImgList, Classes;
type
TImagesMensajesPanel = class(TMensajesPanel)
private
FImagesCount: integer;
FImages: TCustomImageList;
FImageChangeLink: TChangeLink;
procedure SetImages(const Value: TCustomImageList);
procedure ImageListChange(Se... |
unit messages;
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
interface
var
mes_File_not_found,
mes_Clear_log,
mes_check,
mes_Ok,
mes_Error,
mes_verbosepkglists_switch_off,
mes_sinh_mirrors,
mes_orfans,
mes_load_packagelist,
mes_Without_group,
mes_all_packages,
mes_please_wait,... |
unit Embroidery_Fill_LCON;
interface
uses
GR32, Thred_Types,
Embroidery_Items;
procedure LCON(AStitchForm: TEmbroideryItem);
implementation
//-- Point Quick Sort Algorithm ------------------------------------------------
// Adapted from the algorithm in this topic:
// http://blog.csdn.net/stevenl... |
Program graphics_bitmap;
{$IFNDEF HASAMIGA}
{$FATAL This source is compatible with Amiga, AROS and MorphOS only !}
{$ENDIF}
{$MODE OBJFPC}{$H+}{$HINTS ON}
{$UNITPATH ../../../Base/CHelpers}
{$UNITPATH ../../../Base/Trinity}
{
===========================================================================
Project :... |
{***************************************************************}
{ Copyright (c) 2013 год . }
{ Тетенев Леонид Петрович, ltetenev@yandex.ru }
{ }
{*******************************************************... |
//------------------------------------------------------------------------
//
// Author : Jan Horn
// Email : jhorn@global.co.za
// Website : http://home.global.co.za/~jhorn
// Date : 7 October 2001
// Version : 1.0
// Description : Quake 3 Model Loader (MD3 Loader)
//
//------------... |
{Hint: save all files to location: C:\android\workspace\AppExpressionDemo1\jni }
unit unit1;
{$mode delphi}
interface
uses
Classes, SysUtils, AndroidWidget, expression, Laz_And_Controls;
type
{ TAndroidModule1 }
TAndroidModule1 = class(jForm)
jButton1: jButton;
jButton2: jButton;
jEditText1: j... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.