mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +02:00
span comment over mulitple lines
git-svn-id: trunk@9002 -
This commit is contained in:
parent
6e5cb0069a
commit
bfaaefd126
@ -1,4 +1,6 @@
|
|||||||
{ This example uses a check box on a form. When the application runs, the check box is initially checked. When the user clicks it, the check box is unchecked. Clicking it again grays the check box. }
|
{ This example uses a check box on a form. When the application runs,
|
||||||
|
the check box is initially checked. When the user clicks it,
|
||||||
|
the check box is unchecked. Clicking it again grays the check box. }
|
||||||
procedure TForm1.FormCreate(Sender: TObject);
|
procedure TForm1.FormCreate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
Checkbox1.AllowGrayed := True;
|
Checkbox1.AllowGrayed := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user