LCL: formatting

git-svn-id: trunk@46703 -
This commit is contained in:
juha 2014-10-30 19:46:52 +00:00
parent 61ffa277ed
commit f1afc4e4cd

View File

@ -67,15 +67,13 @@ type
TLCLCapability = (
lcAsyncProcess, // Support for async process
lcCanDrawOutsideOnPaint, // Support for drawing outside OnPaint event of an control
lcNeedMininimizeAppWithMainForm,
// When main form is minimized, then minimize also app
lcNeedMininimizeAppWithMainForm, // When main form is minimized, then minimize also app
lcApplicationTitle, // Can change application title in runtime
lcApplicationWindow, // Application has a special root window
lcFormIcon, // Forms have icon
lcModalWindow, // native modal windows support
lcDragDockStartOnTitleClick,// ability to start drag/dock events on title bar click
lcAntialiasingEnabledByDefault,
// is amDontCare = amOn for the widgetset
lcAntialiasingEnabledByDefault, // is amDontCare = amOn for the widgetset
lcLMHelpSupport, // support for LM_HELP command
lcReceivesLMClearCutCopyPasteReliably, // In Carbon we do not receive LM_CLEAR, CUT, COPY, PASTE, etc reliably, and this affects DB controls. See bug http://bugs.freepascal.org/view.php?id=20394
lcSendsUTF8KeyPress, // If the interface does not yet send UTF8KeyPress directly, then it will be emulated in TWinControl.CNChar