Hi,
peeking the database code I found that:
- a TDataSet has FieldDefs
- fields are described by TFieldDef(s)
- TField has several special properties like "KeyFields" and
"LookupDataset"
How are these properties of TField (descendants) set and by whom?
I can imagine the information to set the l
On 2015/08/28 18:56, Sven Barth wrote:
Am 28.08.2015 11:08 schrieb "Toru Takubo" mailto:tak...@e-parcel.co.jp>>:
>
> Hi all,
>
> I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly
> in except clause but just jump to finally clause on win64.
>
> Here is a sample code:
> --
Am 28.08.2015 11:08 schrieb "Toru Takubo" :
>
> Hi all,
>
> I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly
> in except clause but just jump to finally clause on win64.
>
> Here is a sample code:
>
> program sample;
>
> {$mode objfpc}
>
> uses
>S
Hi all,
I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly
in except clause but just jump to finally clause on win64.
Here is a sample code:
program sample;
{$mode objfpc}
uses
SysUtils;
var
i: Integer;
begin
try
for i:=0 to 2 do begin
Martin Schreiber wrote:
On Wednesday 26 August 2015 20:14:09 Mark Morgan Lloyd wrote:
Is there a native ARM version compatible with the Raspberry Pi?
Here:
http://sourceforge.net/projects/mseide-msegui/files/fpcarm/
Please run eabihf/lib/fpc/3.0.1/samplecfg in order to create a default
confi
Dear Michael,
What are the better ways of producing sound than use the sound procedure?
Best regards, G
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Fri, 28 Aug 2015, Géza Kovacs Géza wrote:
Hi All,
The sound procedure does not work in FPC 3.0.0-rc1.
I tested it under Linux.
Under Windows, it works only with the WinCRT unit.
But under linux, there is not an alternative.
It was my problem with the recent 2.6 version too.
Can you resolve
Hi All,
The sound procedure does not work in FPC 3.0.0-rc1.
I tested it under Linux.
Under Windows, it works only with the WinCRT unit.
But under linux, there is not an alternative.
It was my problem with the recent 2.6 version too.
Can you resolve the sound procedure to work well platform indepen