OnClick Event in TTreeView Objects
This code returns the TAG of a clicked node in Delphi for PHP
function TreeView1JSClick($sender, $params)
{
?>
//Add your javascript code here
tag=event.getTarget().tag;
alert(tag);
return(false);
<?php
}
2 Comments to OnClick Event in TTreeView Objects
I need to be able to call up another form using one of the elements in a treeview. How do I achieve this.
Thanks
Sunny Omohwovo
April 2, 2009
April 2, 2009
Thanks,I understand the alert message. But I want to call up another form (unit) that I created myself.
I’d appreciate a sample code.
Rgds.
Leave a comment
About Dennis D. Spreen
Search
Recent Posts
- How to compile Lua 5.4.0 for Android as a dynamic library using Android Studio 4
- Please make inline vars usable for production – fix RSP-28892
- How to compile Lua 5.4.0 as a Mac OS X dynamic library
- How to compile Lua 5.4.0 for Linux as a shared library
- How to compile Lua 5.4.0 for Windows
- Daily Wage – a Spigot/Bukkit plugin that pays out a daily wage
- How to compile Lua 5.3.5 for Windows
- Better Collada exporter for Blender with custom properties
- MOS6502-delphi – a MOS 6502 CPU emulator for Delphi
- Pass a multidimensional array as a parameter (with a hidden caveat)
Categories
Tags
Android
apache
binaries
binary
binding
blender
bugs
build
bukkit
collada
Delphi Programming
dll
dynamic
dynamic library
ESXi
Extension
ios
iphone
libpomelo
library
lighttpd
linux
Lua
lua5.4
macos
macosx
minecraft
Nagios
PHP
plugin
pomelo
python
server-status.
shared
shared library
solib
spigot
static library
Typo3
VMWare
wage
Whitebox
windows
Xcode
xml
Archives
- May 2020
- March 2020
- June 2019
- March 2017
- August 2016
- July 2016
- June 2016
- January 2016
- September 2015
- February 2015
- January 2015
- October 2014
- September 2014
- August 2014
- May 2014
- March 2014
- February 2014
- November 2011
- June 2011
- February 2011
- March 2010
- September 2009
- August 2009
- July 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- February 2008
- June 2007
Delphi Feeds
- Upgrading C++Builder 12.2: Tip #2, Handling Old RTL December 3, 2024
- Customer Case: Alexandres Journey with Delphi and TMS Software - Creating a School Planning Tool December 3, 2024
- Driving Progress with AI: Softacom’s New Venture in Computer Vision and Video Processing December 3, 2024
- InterBase ADO.NET Driver Version 10.0.2 December 2, 2024
- Upgrading C++Builder 12.2: Tip #1, the Patch December 2, 2024
- Delphi Firemonkey ZX Spectrum emulátor December 1, 2024
- “Read The Webinar”: Why You Should Leave Delphi 7 Once And For All December 1, 2024
- Quickstart Guide to Modern Web Apps with DelphiMVCFramework and HTMX (with TemplatePro or WebStencils) December 1, 2024
- In progress: web target, IFC, mORMot sample November 30, 2024
- How To Recreate A Social Media App Using RAD Studio November 30, 2024
April 2, 2009