DelphiUCL icon indicating copy to clipboard operation
DelphiUCL copied to clipboard

The new version of Delphi Universal Component Library

Results 5 DelphiUCL issues
Sort by recently updated
recently updated
newest added

Hi, do you have a package for Delphi 11 Alexandria?

The display under windows7 is abnormal and there is no related font file; There is no Gird form control, some interface effect components under win10 do not. The demo program...

In my own project, this code generates a compiler error (although I use the same uses clause as in your demo project): `ThemeManager.ThemeType := TUThemeType(comboChooseTheme.ItemIndex);` [dcc32 Error] MainForm.pas(991): E2003 Undeclared...

Would it be possible to use SendMessage instead of WindowState in the Wm_LButtonUp proc? So instead of this: ``` qbsMax: if not FullScreen then begin ParentForm.WindowState := wsNormal else ParentForm.WindowState...

enhancement

这个版本能不能支持Delphi2007