- Install Ubuntu Server.
- Update Ubuntu with the commands:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit ActionHelper; | |
interface | |
type | |
TActionHelper = class helper for TBasicAction | |
private | |
function GetOnChange: TNotifyEvent; | |
procedure SetOnChange(const Value: TNotifyEvent); | |
public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program MyJsonDemo; | |
{$APPTYPE CONSOLE} | |
uses | |
System.SysUtils, | |
REST.Json, | |
MyJsonTypes in 'MyJsonTypes.pas'; | |
const |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{============================================================================== | |
. | |
.--: : | |
---- :---: | |
.----- .-. | |
.------ . | |
-------. | |
.-------- : | |
.--------- .:. | |
----------: . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit Test.UpperCaseString.Design; | |
interface | |
procedure Register; | |
implementation | |
uses | |
System.Classes, |
OlderNewer