git-svn-id: trunk@9351 -
This commit is contained in:
marc 2006-05-25 00:19:07 +00:00
parent cee4c76647
commit 4fd508b71d

View File

@ -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;