Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: Delphi

Delphi – multiple types of arrays?

I want to know if there is a way to make an array with multiple types of data fields.

So far, I am using aMyArray: TPoint’s array [0..1]Array;

But now, this is not enough for me. I need

October 5, 2021By Simo Delphi a variety of types, Arrays, DelphiLeave a Comment

Delphi – Create a form that has not been declared – I don’t know why

I am using Delphi 7 (I know it is antique) and I am a little confused about the form I am creating and break it when I complete it.

In My main form, I used to “have” the following code;

October 5, 2021By Simo Delphi Created, Delphi, don't know, form, one, statement, why, yetLeave a Comment

Delphi: Passing Tobject in a Variants array

I have a program that requires a parameter of type TObject, as shown below:

MyProcedure (const AValue: TObject ); I have a Variant array, and I am calling the procedure in a loop, as shown be

October 5, 2021By Simo Delphi array, Delphi, middle, pass, Tobject, VariantsLeave a Comment

Performance – Delphi Fast JPEG library

Delphi’s JPEG library is very slow. How to improve its performance? I am looking for a fast Jpeg library-save and load jpeg images faster.

I only tested Jpeg.TJPEGImage

From the unit:

October 2, 2021By Simo Performance Delphi, FAST, JPEG, Library, performanceLeave a Comment

Delphi CreateThread thread transmission multiple parameter processing methods

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
MYPARA = record
title: pchar;
str: pchar;
end;

August 22, 2021By Simo Delphi CreateThread, Delphi, method, multiple, parameters, pass, Processing, threadLeave a Comment

Delphi asm to purepascal

I am trying to migrate Delphi 5 code to Delphi XE7-WIN64, I am facing the problem of mixed assembly code in the block below. I am also a novice.

procedure IterateMenus(Func: Pointer; Menu1, M

August 22, 2021By Simo Delphi Assam, Delphi, PervedkalLeave a Comment

Algorithm – Quick filtering data structure (DELPHI)?

I am optimizing a part of a Delphi application, where the list of objects is often filtered using different criteria. The objects are stored in the TObjectList structure, and each filter is usually

August 22, 2021By Simo Delphi Algorithm, data, Delphi, FAST, filtration, structureLeave a Comment

Delphi getDeviceCaps function

GetDeviceCaps function function: This function retrieves the device specified information of the specified device.   Function prototype: int GetDeviceCaps(HDC hdc, int nlndex);Parameter:   1, hdc:

August 22, 2021By Simo Delphi Delphi, functions, getDevicecapsLeave a Comment

Posts navigation

Page 1 … Page 8 Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress