Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
checkbox inside StringGrid [solved]
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Blocked New World are classified into tiers">]"]>Blocked New World ar...
by
BennieDe
[
Today
at 02:58:42 am]
Rsorder OSRS to more rar...
by
BennieDe
[
Today
at 02:57:53 am]
Blocked Diablo4 sought to protect Sanctuary">]"]>Blocked Diablo4 sough...
by
BennieDe
[
Today
at 02:57:02 am]
"for" loop optimization q...
by
jamie
[
Today
at 02:25:56 am]
Clipboard Formats
by
dbannon
[
Today
at 12:11:00 am]
[Solved] Need help with c...
by
dbannon
[
Today
at 12:08:43 am]
Need help converting a C+...
by
jamie
[December 08, 2025, 11:07:36 pm]
Compiled package
by
PascalDragon
[December 08, 2025, 11:04:05 pm]
Possible LMAX Disruptor (...
by
PascalDragon
[December 08, 2025, 11:00:36 pm]
append new record to arra...
by
PascalDragon
[December 08, 2025, 10:53:41 pm]
a bug about FPC spurce
by
Bart
[December 08, 2025, 10:35:16 pm]
I cannot save an unit on ...
by
wp
[December 08, 2025, 10:30:47 pm]
[SOLVED] progress dialog ...
by
Phoenix
[December 08, 2025, 10:21:09 pm]
Problem with TSQLQuery
by
rvk
[December 08, 2025, 10:10:51 pm]
Possible bug in Lazarus 4...
by
Alex.Machado
[December 08, 2025, 08:29:05 pm]
IDE Colors compiled with ...
by
begend
[December 08, 2025, 07:41:23 pm]
Mapping Images Like Odome...
by
circular
[December 08, 2025, 06:41:24 pm]
Convert string with Key-V...
by
Bart
[December 08, 2025, 06:37:32 pm]
fpcupdeluxe gets error wh...
by
Thaddy
[December 08, 2025, 04:45:43 pm]
Lazarus Bugfix Release 4...
by
BrunoK
[December 08, 2025, 03:19:18 pm]
Ho Ho Ho IntraWeb in Laza...
by
Thaddy
[December 08, 2025, 09:58:28 am]
Lazarus is not working
by
cdbc
[December 08, 2025, 09:51:39 am]
TurboBird for FireBird 5
by
maurog
[December 08, 2025, 04:45:18 am]
TurboBird IBX
by
maurog
[December 08, 2025, 04:41:20 am]
How to get at files that ...
by
Martin_fr
[December 08, 2025, 12:33:32 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: checkbox inside StringGrid [solved] (Read 9190 times)
Robson
New Member
Posts: 47
checkbox inside StringGrid [solved]
«
on:
January 15, 2011, 12:21:09 pm »
Hello all
How to get value of checkbox inside StringGrid and how to mark the checkbox of a particular row x column?
an observation: Captured the value (ValueChecked = True and ValueUnchecked = False) can be used directly in a TCheckBox?
Thanks
«
Last Edit: January 15, 2011, 03:39:02 pm by Robson
»
Logged
Robson
New Member
Posts: 47
Re: checkbox inside StringGrid
«
Reply #1 on:
January 15, 2011, 01:44:25 pm »
CheckBox1.Checked := bool(sgCampos.Cells[3,1] = 'True');
u_pri.pas(517,61) Fatal: Internal error 2010081601
How to get value of checkbox inside StringGrid and how to mark the checkbox of a particular row x column
by code
?
Logged
Robson
New Member
Posts: 47
Re: checkbox inside StringGrid
«
Reply #2 on:
January 15, 2011, 03:16:17 pm »
Removing the boolean is correct
CheckBox1.Checked := (StringGrid1.Cells[3,1] = 'True');
Thanks
«
Last Edit: January 15, 2011, 03:17:57 pm by Robson
»
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
checkbox inside StringGrid [solved]
TinyPortal
© 2005-2018