* code clean & refactoring
+ add ComponentPlatformsAttribute for MCK components (fix disabled components for platform Win64) git-svn-id: https://svn.code.sf.net/p/kolmck/code@170 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@ -9,6 +9,7 @@ type
|
||||
TDHTMLEditShowContextMenu = procedure(Sender: TObject; xPos: Integer; yPos: Integer) of object;
|
||||
TDHTMLEditContextMenuAction = procedure(Sender: TObject; itemIndex: Integer) of object;
|
||||
|
||||
{$IFDEF _DXE2orHigher}[ComponentPlatformsAttribute(pidWin32 or pidWin64)]{$ENDIF}
|
||||
TDHTMLEDIT = class(TKOLCustomControl)
|
||||
private
|
||||
fBrowseMode: boolean;
|
||||
|
Reference in New Issue
Block a user