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

Tag: class

Delphi calls the master’s method (to build a procedure of object)

Delphi can call the method of the parent class through inherited, but it does not provide a method to directly call the parent class of the parent class (the grandfather class). The implementation

October 5, 2021By Simo Delphi build, call, class, Delphi, grandfather, method, object, one, own, procedureLeave a Comment

Lua – Corona SDK – Calling an instance or class method from EventListener

I have a Foo class (well, a pseudo-class) set as follows:

–in foo.lua
Foo = {}
–constructor
function Foo:new(x, y)
–the new instance
local foo = display. newImage(“foo.png”)
– set some

October 5, 2021By Simo Lua call, class, Corona, EventListener, instance, lua, method, SDKLeave a Comment

Delphi – Why does a class need an empty method to call it?

I am evaluating an existing dependency injection library for Delphi, and settled on delphidicontainer due to its simplicity-it only requires a unit file!

However, there is one thing I don’t u

October 5, 2021By Simo Delphi call, class, Delphi, empty, method, need, one, whyLeave a Comment

Delphi – Repeat Identifier of Attributes and Method Parameters

I transferred my project from Delphi to Lazarus. In a form, I have a private method with a parameter var Active: Boolean. It’s okay in Delphi, but Lazarus gives an error : Repeat the identifier “Ac

October 5, 2021By Simo Delphi attribute, class, Delphi, identifier, method, parameter, repetitionLeave a Comment

Another method of the class is called Lua

When I try to call a method of another class from another class, it will display an error message,

Attempt to call field’LoadShift’ (a nil value) This is my code,
loginpage1.lua

local L

October 5, 2021By Simo Lua Another, called Lua, class, methodLeave a Comment

Is DELPHI and CMT compatible?

I need to call some C code from Delphi. The C code needs to be able to call back into the Delphi code. The example Calling a callback function in Delphi from a C++ DLL shown here is very effective.

October 5, 2021By Simo Delphi class, compatible, Delphi, is it, vmtLeave a Comment

Array – Create an instance from a class array

My class definition is:

TAnimal = class(TInterfacedObject)
public
constructor Create; overload;
constructor Create(param: string); overload;
end;
IAnimal = interface
procedure DoSomething;

October 5, 2021By Simo Delphi array, class, creation, instanceLeave a Comment

C # telnet class library code, give it to the brothers who are still looking for c # telnet class libraries

C# Telnet class library code Today I installed a solid-state notebook for the notebook. The speed increase is obvious. I am very happy to send a Weibo as a souvenir. Self-taught C#, network, want t

October 4, 2021By Simo C# brother, C #, class, code, dedicated, Library, looking, still, telnet, wishLeave a Comment

C # Dahua camera capture class

1 class Camera < span style="color: #008000;">// Dahua camera class
2 {
3 private IDevice m_dev; /* Device object*/
4 List m_frameList = new List() ; /* Image cache list */
5 Thread render

October 4, 2021By Simo C# big, C #, camera, class, collection, HuaLeave a Comment

C # Static class single case mode comparison

The company’s classes need to be implemented in a singleton mode, which can save resources and avoid the generation of duplicate objects. But the static class can also do this, and it is more conci

October 4, 2021By Simo C# C #, class, comparison, example, pattern, single, staticLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4 … Page 7
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