RUI WANG
Author Homepage: http://www.raysoftware.cn
ALL VCL, WEB, FNC, FMX, LCL .NET and IntraWeb components + Business Tools & Developer Tools Stay always current with our entire product range at a fraction of the price!
- Access to new products upon release
- Access to premium support & updates for 1 year
- Access to previews and betas
- Perpetual licenses to all products
Total 2 products
Code Samples > Samples > Science
By RUI WANG.
Freeware + source 15 Jul 2013Description
Delphi generic dynamic array expansion. assign from constant (var a:TArrayExInteger;...a:=[1,2,3,4];) operator + (var a:TArrayExInteger;...a:= a + [1,2,3,4];) Colone (var a,b:TArrayExInteger;...a:=b.clone;) Insert (var a:TArrayExInteger;...a:=[1,2,3,4];a.insert(0,3);a.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: CBXE4, D2010, DXE, DXE2, DXE3, DXE64
Code Samples > Samples > Security
By RUI WANG.
Freeware + source 10 Aug 2013Description
Delphi hook library whole pascal code support Delphi7-DelphiXE4 support X86/X64 easy hook Delphi Object’s method easy hook COM Object’s method(auto process delphi’ COM Object and others)Informations
- Status: Fully functional
- Source: Included
- Size: 148kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7, DXE, DXE2, DXE3, DXE4, DXE64