原文 http://monkeystyler.com/guide/Custom-Grid-Columns ack to FireMonkey Topics As we saw in TGrid a FireMonkey grid consists of columns which contain cells made of any descendant of TStyledControl. Or, effectively, any control. A number of column type…
We can specify grid columns, rows, and areas in one property using the grid-template shorthand. .container { display: grid; height: 100vh; grid-gap: 10px; grid-template-areas: "nav-1 nav-2 nav-3" "main main nav-3"; grid-template-column…
Abstract: This article discusses how you can generate your own 3-dimensional mesh for visualizing mathematical functions using Delphi XE2 and FireMonkey. Prerequisites! This article assumes that you are familiar with the basics of 3D graphics, includ…
APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterExalogic Elastic Cloud X4-2 Half RackInformation in this document applies to any platform. PURPOSE 11gR2 Grid Infrastructure (CRS) introduced Single Client Access Name (SCAN…
Description It is often necessary to query the database for a list of posts based on a custom field value. This guide will demonstrate how it is possible using the native WP functions Requirements Understanding of the get_posts() function Understandi…
http://blogs.embarcadero.com/davidi/2014/01/16/43281 There are many available Delphi and C++Builder components that will let you build cool desktop and mobile applications, fast. Here are just a few of the many component sets for FireMonkey. TMS Soft…
Grid Layout The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning. Grid Elements A grid layout consists of a parent element, with one or…
Visualizing wave interference using FireMonkey By: Anders Ohlsson Abstract: This article discusses how you can generate your own dynamic 3-dimensional mesh for visualizing wave interference using Delphi XE2 and FireMonkey. Prerequisites! This artic…
本文转自:https://github.com/NLog/NLog/issues/1366 In the previous versions of NLog it was easily possible to map custom log properties to custom database columns using LogEventInfo and ${event-properties} layout renderer: LogEventInfo evt = new LogEventI…
AUTO-COMPLETE/AUTO-SUGGEST Auto-complete using Vaadin Offer auto-suggest or auto-complete to help your users increase efficiency and reduce errors. You can even create a grouped and formatted set of suggestionslike Apple does. CAROUSEL/COVERFLOW Caro…