tcheckbox Questions
10
Solved
I'm wondering so when I change state of CheckBox
CheckBox->Checked=false;
It calls CheckBoxOnClick Event , how to avoid it ?
Camail asked 15/2, 2010 at 6:34
4
Solved
OK, this should be easy, but I do not find the solution, at least not in the not so good documentation.. In a TTaskDialog, you have the option to add one check-box. You can control its initial stat...
Booty asked 27/8, 2010 at 15:45
4
Solved
My question is how to set a column in dbgrid in Delphi 7 which will be with a checkbox items.
Thanks in advance.
4
When I make a component invisible by setting the connected TAction to invisible, the onupdate event will not trigger anymore. To recreate, do the following.
Create a new VCL forms applicati...
Malamud asked 9/12, 2011 at 14:44
2
Solved
I need to have a check box in a column header of a TListView:
I have tried the following code:
with CheckBox1 do
begin
Parent := ListView1;
Top := 0;
Left := 4;
end;
but the check box does...
2
Solved
I want to add a checkbox or other VCL component to the TSaveDialog.
Cantu says,
The new Vista Open and Save dialog boxes (implemented by the IFileOpenDialog and
IFileSaveDialog interfaces) are...
Manipulate asked 7/5, 2011 at 1:44
3
Solved
I want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain column. I'm using Delphi XE.
Zarla asked 14/3, 2011 at 23:55
3
Solved
Right now, I have the code:
begin
If odd(GetAsyncKeyState(VK_snapshot)) then
If CheckBox1.Checked then
begin
And then it continues on with the rest of the code. Is that the correct way of doing ...
1
© 2022 - 2024 — McMap. All rights reserved.