On Thu, 13 Apr 2023 20:53:09 -0400, Travis Siegel via fpc-pascal
wrote:
> I know of no way to obtain the pause key status under windows. I can
Considering, that only Caps Lock, Scroll Lock and Num Lock keys
have status lights on keyboard I would suspect, that there is not such
thing as
On Mon, 10 May 2021 10:08:53 +0200 (CEST), Michael Van Canneyt via fpc-pascal
wrote:
>
> That's it. From your story, it seems you just need to set
>FSMTP.TargetPort:=465;
>FSMTP.FullSSL:=True;
>
Also ssl_openssl must be in uses somewhere in program to include
openssl support for
On Fri, 08 Jan 2021 14:25:09 -0300, Luis - SoftSAT Sistemas via fpc-pascal
wrote:
> I'm trying to connect to a Firebird database with TSQLConnector, but I can't
> seem to find a way to set the port number.
>
> Looking at TIBConnection, there is a port property, but none in TSQLConnector.
Is there any reason, why TProxyStream.Check always raises
Exception without checking, if err = S_OK (ISteam call succeeded).
TOleStream overrides this Check to use OleCheck, which handles it. But
if Check needs to be overrided for it to be useful, shouldn't Check just
be abstract?
--
Virg
On Tue, 12 May 2020 11:05:15 +0200, Sven Barth via fpc-pascal
wrote:
> Virgo Pärna via fpc-pascal schrieb am
>>
>> May FPC 2.6.4 was configured to default to delphi or tp mode? In
>> those modes @ is not required to assigne procedure/function to procvar.
>>
On Tue, 05 May 2020 23:03:33 +0200, Rainer Stratmann
wrote:
>
> But that worked a long time (2 years or so) with FPC 2.6.4
>
May FPC 2.6.4 was configured to default to delphi or tp mode? In
those modes @ is not required to assigne procedure/function to procvar.
--
Virgo Pärna
virgo.p