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