mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 16:29:31 +01:00
parent
cee4c76647
commit
4fd508b71d
@ -1704,7 +1704,7 @@ type
|
||||
class function CreateParentedControl(ParentWindow: HWnd): TWinControl;
|
||||
destructor Destroy; override;
|
||||
procedure DockDrop(DockObject: TDragDockObject; X, Y: Integer); dynamic;
|
||||
function CanFocus: Boolean;
|
||||
function CanFocus: Boolean; virtual;
|
||||
function GetControlIndex(AControl: TControl): integer;
|
||||
procedure SetControlIndex(AControl: TControl; NewIndex: integer);
|
||||
function Focused: Boolean; virtual;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user