Enabled : True; Panel1. Enabled : True; RadioGroup1. Enabled : True; if FlowPanel1. ShowCaption then begin FlowPanel1. ShowCaption : False; ...
6 KB (283 words) - 12:51, 28 May 2012
Code_fastcall TMainForm:TMainForm(TComponent* Owner) : TForm(Owner) RadioGroup1- WordWrap true; TrayIcon1- ShowBalloonHint(); TrayIcon1- ...
6 KB (273 words) - 20:12, 3 November 2011
Set the thread's FreeOnTerminate property to True, so that there is no need to free the thread when it finishes. The Execute procedure ...
4 KB (433 words) - 13:23, 7 March 2012
This example will test some bits in an array to see if their property is set to True or False. Code int _tmain(int argc, _TCHAR* argv) ...
2 KB (208 words) - 20:14, 3 November 2011
Button1Click(Sender: TObject);begin if (mythreadRunning FALSE) then begin mythreadRunning: TRUE; secondProcess : TMyThread. Create(True); ...
6 KB (537 words) - 20:16, 3 November 2011
goDrawFocusSelect in the DrawGrid Options parameter must be True to set focus on a cell. The ImageList Draw method must be called after ...
3 KB (196 words) - 20:10, 3 November 2011
goDrawFocusSelect in the DrawGrid Options parameter must be True to set focus on a cell. The ImageList Draw method must be called after ...
3 KB (192 words) - 20:10, 3 November 2011
check box CheckBox1- Left 16; CheckBox1- Top 40; CheckBox1- Width 150; CheckBox1- Caption "Sections can be resized"; CheckBox1- Checked True; // ...
4 KB (264 words) - 20:09, 3 November 2011
Visible : true;end; procedure TForm4. btnEditLeftClick(Sender: Tobject);begin MessageDlg('Left button pressed with: ' + btnEdit. ...
6 KB (415 words) - 20:14, 3 November 2011
ShowHint : True; with ListBox1 do begin for I : 1 to 10 do Items. Add('Item ' + IntToStr(I); Hint : 'Select an item'; ShowHint : True; end; ...
2 KB (152 words) - 20:12, 3 November 2011
char string 10; char index 3; for(int i 1; i Items- Add(string); ListBox1- Hint "Select an item"; ListBox1- ShowHint true; Application- ...
2 KB (148 words) - 20:12, 3 November 2011
void _fastcall TForm1:Button1Click(TObject Sender) TMyThread SecondProcess; if (mythreadRunning FALSE) mythreadRunning TRUE; SecondProcess ...
4 KB (409 words) - 14:18, 7 March 2012
CheckAll(cbChecked, false, true);end; procedure TMainForm. btUncheckAllClick(Sender: TObject);begin Uncheck all the check boxes in the list. ...
2 KB (185 words) - 20:06, 3 November 2011
Set the KeyPreview on the form to True. Set the OnKeyDown event to FormKeyDown and the OnKeyUp event to FormKeyUp. KeyPreview on the form to True. ...
2 KB (192 words) - 13:31, 6 March 2012
Canvas do begin If DefaultDraw is True, any of the node's font properties can be changed. Note also that when DefaultDraw True, Windows ...
3 KB (296 words) - 20:16, 3 November 2011
Note that you should set KeyPreview to True to ensure that the OnKeyDown event handler of Form1 is called. Printer is a global Printers ...
3 KB (201 words) - 20:11, 3 November 2011
Node, TCustomDrawState State, bool &DefaultDraw) TRect NodeRect;/ If DefaultDraw is True, any of the node's font properties can be changed. ...
3 KB (286 words) - 20:16, 3 November 2011
This example will test some bits in an array to see if their property is set to True or False. Code var Bits: TBits; I: Byte; begin Create a ...
2 KB (190 words) - 20:14, 3 November 2011
void _fastcall TForm1:Button1Click(TObject Sender) if (mythreadRunning FALSE) mythreadRunning TRUE; secondProcess new TMyThread(True); // ...
6 KB (496 words) - 20:16, 3 November 2011
Procedure for Prepare 1;' + 'Auto Translate True;Packet Size 4096;Use Encryption for Data False;'+ 'Tag with column collation when possible False'; ...
5 KB (341 words) - 20:05, 3 November 2011