It is quick and easy to build a REST client with Delphi. I wanted to build out a Christmas themed project in Delphi and what better way than to build a Christmas Movie finder app. I wanted to build this app so that it was cross platform and would run on Android, iOS, macOS, and Windows with a single code base and single UI so I picked FireMonkey to do this. I also wanted to built the app in a low code way so I utilized LiveBindings a bit to do this where it was appropriate. Full source code is l...
StyleLookUp Property
With introduction of Metropolis UI styles the importance of the FMX.Types.TStyledControl.StyleLookup property seriously increases. The reason of this is that Metropolis UI styles contain lots of styles for buttons, panes, lists, and other control elements. Each control has the default style, but you can change this default style to any style accessible for the class of a control. The StyleLookup property can be used to specify such additional style. In StyleLookup you can s...
Cвойство StyleLookUp
С появлением Metropolis UI стилей особенно возросла актуальность TControl.StyleLookUp свойства. Это связано с тем, что в данных стилях содержится большое количество стилей для кнопок, панелей, списков и других элементов управления. Каждый контрол имеет стиль по умолчанию, но вы можете поменять стиль на любой доступный для данного класса. Для этого, как раз, служит StyleLookUp свойство, в котором вы можете прописать название дополнительного стиля контрола из общего стил...