View Single Post
  #23  
Old 05-11-2013, 23:01
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
triviet4

all checked yes

copy in:
if CurPageID=wpSelectDir then
begin

DirectXCB.Checked:=True;
VisualCCB.Checked:=True;
SocialCB.Checked:=True;
ShortcutCB.Checked:=True;


CheckAll
Code:
DirectXCB.Checked:=True;
VisualCCB.Checked:=True;
SocialCB.Checked:=True;
ShortcutCB.Checked:=True;
-------------------------------------------

Enabled True or False
True..
Code:
DirectXCB.Enabled:=True;
VisualCCB.Enabled:=True;
SocialCB.Enabled:=True;
ShortcutCB.Enabled:=True;
False..
Code:
DirectXCB.Enabled:=False;
VisualCCB.Enabled:=False;
SocialCB.Enabled:=False;
ShortcutCB.Enabled:=False;

Last edited by sentinelks; 05-11-2013 at 23:19.
Reply With Quote
The Following 3 Users Say Thank You to sentinelks For This Useful Post:
aj12345 (27-11-2013), mht1526 (30-03-2015), triviet4 (06-11-2013)