代码搜索:enabled

找到约 10,000 项符合「enabled」的源代码

代码结果 10,000
www.eeworm.com/read/128248/14309283

pas cx.pas

unit cx; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, Mask, DBCtrls, DB, DBTables, FR_DSet, FR_DBSet, FR_
www.eeworm.com/read/128248/14309353

pas xlb.pas

unit xlb; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, Mask, DBCtrls, DB, DBTables; type Tfchaxun = cl
www.eeworm.com/read/128085/14316174

pas udrawframecontrol.pas

unit UDrawFrameControl; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Button1: TButton;
www.eeworm.com/read/127767/14336308

txt e835. enabling and disabling a tab in a jtabbedpane container.txt

By default, all new tabs are enabled, which means the user can select them. A tab can be disabled to prevent the user from selecting it. // Create a tabbed pane JTabbedPane pane = new JTabb
www.eeworm.com/read/127767/14336793

txt e942. getting the selected cells in a jtable component.txt

The method for determining the selected cells depends on whether column, row, or cell selection is enabled. JTable table = new JTable(); if (table.getColumnSelectionAllowed()
www.eeworm.com/read/229467/14336886

htm post_sminsert.htm

{lang post_trade_description}{lang activity_description}{lang message}
www.eeworm.com/read/127767/14336907

txt e443. matching line boundaries in a regular expression.txt

By default, the beginning-of-line matcher (^) and end-of-line matcher ($) do not match at line boundaries. They match the beginning and end of the entire input sequence. For example, the pattern ^a ma
www.eeworm.com/read/127767/14337076

txt e444. matching across line boundaries in a regular expression.txt

By default, the any-character matcher (.) does not match line termination characters such as \n and \r. To allow dot (.) to match line termination characters, the pattern should be compiled with the d
www.eeworm.com/read/127767/14337382

txt e832. moving a tab in a jtabbedpane container.txt

To move a tab, it must first be removed and then reinserted into the tabbed pane as a new tab. Unfortunately, since there is no object that represents a tab, it is necessary to record all of the tab's
www.eeworm.com/read/127767/14337448

txt e212. enabling the security manager.txt

By default, no security manager is enabled which means that all security checks to protected resources and operations are disabled. To enable security checks, the security manager must be enabled. O