On 14 March 2013 15:38, Martin wrote:
> On 14/03/2013 15:35, Frank Church wrote:
>>
>> Is it only properties that can have defaults in type definitions?
>> ie can private fields be only initialized after creation, eg in the
>> constructor?
>>
>> Is someth
write FBoolean default false;
end;
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 18 February 2013 11:19, Graeme Geldenhuys wrote:
> On 2013-02-17 13:40, Frank Church wrote:
>>
>> My beef is mostly with Lazarus developers. They are more at fault here
>> as a lot of the new features which make a good difference to
>> productivity tend go unannounc
On 17 February 2013 13:54, Mark Morgan Lloyd
wrote:
> Frank Church wrote:
>
>>> And sometimes, having a high-profile blogger pushing one particular
>>> product
>>> can be counterproductive since he ends up a figure of fun.
>>
>>
>> Would the sai
On 17 February 2013 20:30, ik wrote:
> On Sun, Feb 17, 2013 at 9:31 PM, Frank Church wrote:
>> On 17 February 2013 17:10, ik wrote:
>>> On Sun, Feb 17, 2013 at 5:05 PM, Florian Klämpfl
>>> wrote:
>>>>
>>>> Am 17.02.2013 15:36, schrieb ik:
&g
On 17 February 2013 19:35, Florian Klämpfl wrote:
> Am 17.02.2013 20:31, schrieb Frank Church:
>> One more thing lest I forget. The official FPC documentation is very
>> good, especially for documents created by volunteers and hobbyists.
>> That it is not accompanied by exa
nied by examples and demos is quite another
matter. The solution to that is would be some kind of Pascal
interpreter with a REPL that would enable FreePascal developers to
have their Web 2.0 cake and eat it, so they could develop their IDEs
and some web-based documentation CMSs speedily, but most of the
efforts in that area, like ElevateSoft Web Buillder, Raudus,
SmartMobileStudio etc are closed source.
What the Open Source Pascal world needs most now is a good interpreter
to start developing their IDE and documentation in, which is compiled
to machine code after, not because Lazarus is not good enough, but
turnaround times need to be fast for a hobbyist and volunteer driven
project.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
, the compiler i.e. FPC is not the
same as the IDE Lazarus, which is the hub for most of the activity, so
one can understand their outlook, but a bit of info from the leading
lights of FPC every now and then would be appreciated :)
My beef is mostly with Lazarus developers. They are more at fault here
as a lot of the new features which make a good difference to
productivity tend go unannounced or unnoticed.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
.co .DOT. uk
>
> [Opinions above are the author's, not those of his employers or colleagues]
>
> _______
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
--
Frank Chu
blogged about this year?" Making it this month or this quarter may
just be too much.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 7 February 2013 21:23, Michael Van Canneyt wrote:
>
>
> On Thu, 7 Feb 2013, Frank Church wrote:
>
>> On 7 February 2013 12:35, leledumbo wrote:
>>>
>>> Bye2 PHP based list, welcome fpweb + ExtJS based list :)
>>>
>>>
>>>
>
PC/Lazarus will take off if
code samples are not freely available, especially if there are no
commercial confidentiality issues involved.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@
c-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
I disable Javascript on all websites and selectively enable them, and
even them for the majority of the sites it is temporary.
--
Frank Church
===
http:
On 6 February 2013 09:07, Michael Van Canneyt wrote:
>
>
> On Wed, 6 Feb 2013, Frank Church wrote:
>
>> When I try to set a property using a function I get the error:
>>
>> form001.pas(28,64) Error: Illegal symbol for property access
>> form001.pas(34,1)
function to set that property, but I wonder why a setter
can't be a function?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/ma
Is there some runtime variable informs whether a program is running in a
debugger or contains debugging information?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal
string as a parameter to functionNewString
the compiler declares an error.
If c is string and b is newString and I do b := c the compiler should
generate an error unless I do b := newString(c);
Is this possible?
--
Frank Church
===
http://devblog.brahmancreations.com
ly appreciated. (i.e.
>> something like RPC that handles OOP).
>>
>
> You should try WST.
>
> It's perfectly suitable for all this. It is actively used and maintained.
> You can choose which encoding (binary, soap, JSON) is used, and which
> protocol (Direct library, TCP socket, http).
>
> Michael.
> __
t
> them to work elsewhere as well
> - FQuery.Params[1].Clear //null
> +begin
> + FQuery.Params[1].Clear; //null
> + FQuery.Params[1].Datatype:=ftstring;
> +end
> ___
> fpc-pascal maillist - fpc-pascal@lists.freep
t; Regards,
> > - Graeme -
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
As the solution doesn't seem to be too d
thinking now of using classes with procedures, without any data
in them, so that I subclass them in the projects where I need to
change them. Are the some good examples and some known good working
practices on working with procedures in this way?
--
Frank Church
===
http
Is there some library in FPC/Lazarus which implements XMLHTTPRequest
functionality?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org
On 30 March 2012 15:05, Frank Church wrote:
> When I get the time via the DateTime function result is adapted for
> the timezone, making it an hour ahead now?
>
> Is there a function that returns the UTC time, either as a UnixTime or
> TDateTime irregardless of timezone?
>
&
When I get the time via the DateTime function result is adapted for
the timezone, making it an hour ahead now?
Is there a function that returns the UTC time, either as a UnixTime or
TDateTime irregardless of timezone?
--
Frank Church
===
http://devblog.brahmancreations.com
join requests on account of this
one message . This is the first spam I can remember seeing on this mailing
list in a long while.
Give it some more time and moderate it if the amount of spam increases to
an annoying level.
--
Frank Church
===
http://devblog.brahma
n unordered list inside a
>> paragraph tag. Not allowed.
>> * .Dialact: Caused because you didn't have a tag for the first
>> sentence inside the description., but
>>you did have an encloded paragraph tag for the second sectence.
>> ...
>
>
On 29 February 2012 19:52, Michael Van Canneyt wrote:
>
>
> On Wed, 29 Feb 2012, Reinier Olislagers wrote:
>
> On 29-2-2012 17:07,
> michael.vancanneyt-**0is9kj9s...@public.gmane.orgwrote:
>>
>>> On Wed, 29 Feb 2012, Frank Church wrote:
>>>
>>&
On 29 February 2012 18:10, Reinier Olislagers
wrote:
> On 29-2-2012 17:07, michael.vancanneyt-0is9kj9s...@public.gmane.org wrote:
> > On Wed, 29 Feb 2012, Frank Church wrote:
> >> Another question, are you and Florian Klaempfl the main or only
> >> contributors?
>
On 29 February 2012 18:10, Reinier Olislagers
wrote:
> On 29-2-2012 17:07, michael.vancanneyt-0is9kj9s...@public.gmane.org wrote:
> > On Wed, 29 Feb 2012, Frank Church wrote:
> >> Another question, are you and Florian Klaempfl the main or only
> >> contributors?
>
On 29 February 2012 16:07, wrote:
>
>
> On Wed, 29 Feb 2012, Frank Church wrote:
>
>
>> I am asking because if there some changes to some of the pages because of
>> new language facilities etc, some features, deprecated etc commit messages
>> would make it eas
On 29 February 2012 15:44, wrote:
>
>
> On Wed, 29 Feb 2012, Frank Church wrote:
>
> A few months ago I inquired and got some info about FPC docs - discussed
>> in
>> this thread
>> http://lists.lazarus.**freepascal.org/pipermail/**
>> l
about Lazarus
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 27 February 2012 10:15, Frank Church wrote:
> What is the most widely used Pascal on Linux and other Unix variants?
>
> Is it Free Pascal?
>
> --
> Frank Church
>
>
What license are FPC and Lazarus, are they GPL?
I think somehow a way must be found of getting Pas
What is the most widely used Pascal on Linux and other Unix variants?
Is it Free Pascal?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http
itter -
> Facebook -
> LazSolutions -
> Lazarus-BR -
> ===
>* Conheça nosso canal IRC sobre Lazarus: #lazarus-br *
> ===
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
>
On 4 December 2011 11:46, Graeme Geldenhuys wrote:
> On 2 December 2011 22:26, Frank Church wrote:
> >
> > The method in question is the TDomNode.Attributes.Length property. I
> thought
> > something like that shoud exist but I was looking for a Count property.
> >
wiki entry should contain some more info about the Sorokin
regexpr and a link to http://regexpstudio.com/.
There isn't much info about regular expressions on the wiki itself
--
Frank Church
===
http://devblog.brahmancreations.com
__
On 2 December 2011 20:43, Sven Barth wrote:
> On 02.12.2011 21:26, Frank Church wrote:
>
>>
>>
>> On 2 December 2011 19:45, Mattias Gaertner >
>> <mailto:nc-gaertnma@**netcologne.de >> wrote:
>>
>> On Fri, 2 Dec 2011 19:30:17 +000
On 2 December 2011 19:45, Mattias Gaertner wrote:
> On Fri, 2 Dec 2011 19:30:17 +
> Frank Church wrote:
>
> > On 2 December 2011 19:09, Mattias Gaertner >wrote:
> >
> > > On Fri, 2 Dec 2011 18:59:25 +
> > > Frank Church wrote:
> > &g
On 2 December 2011 19:09, Mattias Gaertner wrote:
> On Fri, 2 Dec 2011 18:59:25 +
> Frank Church wrote:
>
> > Is there a way of knowning the attribute count of a TDOMNode as well as
> > reading the value of an attribute if it exists?
>
> HasAttribute
Is there a way of knowning the attribute count of a TDOMNode as well as
reading the value of an attribute if it exists?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal
On 22 November 2011 08:18, Marco van de Voort wrote:
> In our previous episode, Frank Church said:
> > > Any ideas?
> > >
> > >
> > Any updates? I don't know if I have to subclass or derive something to
> > avoid this error. I will post some sa
On 20 November 2011 16:57, Frank Church wrote:
> I am trying to use an Indy example from stackoverflow -
> http://stackoverflow.com/questions/576538/delphi-how-to-get-all-local-ipsand
> I always get Runtime Error (211). It is more of a language issue than a
> network related questi
n the programming world.
> But we're not here to discuss the merits/disadvantages of the Delphi docs
> :-)
>
> Michael.
>
> __**_
> fpc-pascal maillist -
> fpc-pascal@lists.freepascal.**org
> http://lists.freepascal.o
rd Space'
Is this a bug or the expected output? If the delimiter is set to a comma it
shouldn't treat a space as a delimter as well.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fp
reeAndNil(idstack);
>
>
Any ideas?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Is there an online tool for browsing library documentation and source code
for FPC and Lazarus?
I am looking for something along these lines -
http://stdlib.rubyonrails.org/,
http://htmlunit.sourceforge.net/apidocs/index.html.
Doesn't the FPC community have something similar?
--
Frank C
On 6 November 2011 18:33, Jonas Maebe wrote:
>
> On 06 Nov 2011, at 19:26, Frank Church wrote:
>
> > So it means that unless a field or method is in the private or protected
> > section
>
> or published, strict private or strict protected section
>
> > it
On 6 November 2011 14:43, Jonas Maebe wrote:
>
> On 06 Nov 2011, at 15:34, Frank Church wrote:
>
> > What is the difference between field declarations at the beginning of a
> > class and those declared in the public section?
>
> There is no "the" public se
What is the difference between field declarations at the beginning of a
class and those declared in the public section?
They are all visible aren't they, what is the conceptual difference between
them?
--
Frank Church
===
http://devblog.brahmancreation
do something different?
Ludo
>
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
--
Frank Church
===
http://devblog.brahmancreations.com
__
e loop a SIGSEGV occurs.
So what I want to know is whether Assigned remains true when Free is
executed.
In the mean time instead of using Free in FreeVars I will set the text
property to the blank string to release the memory used by the strings.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 21 October 2011 18:19, Frank Church wrote:
>
> This is one question I have wanted to ask for a long time.
>
> How are Assigned, Free, Nil and Destroy related, and when is one or another
> appropriate? What other procedure have I missed?
>
> There are so many articles and
sound like a newbie, or does it?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Private allows access to procedures which the unit, even if they belong to a
separate object.
Does FPC support fields which are only accessible from the object itself,
not accessble by other objects even if they are in the same unit?
--
Frank Church
===
http
On 15 September 2011 16:26, Martin Schreiber wrote:
> On Thursday 15 September 2011 16:53:35 Frank Church wrote:
> > Are there some examples of that somewhere?
>
> or
>
> http://svn.berlios.de/viewvc/mseide-msegui/trunk/lib/common/kernel/msegui.pas?view=markup
>
On 15 September 2011 15:48, Martin Schreiber wrote:
> On Thursday 15 September 2011 16:28:29 Frank Church wrote:
> > I have a form with some threaded objects that notify another form of
> events
> > by calling one of that forms events.
> >
> > I want to co
rited Create(CreateSuspended);
> InterestedObjects := TList.Create
> FCycleComplete := True;
>
> end;
>
Do the procedures for the objects which require notification need to be
constructed in some way?
Am I on the right track here? I am particularly interested in what happens
w
?
I don't know if it is something already done that is not explained well
enough or is not done at all?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.free
What are the changes between FPC 2.4.4 and 2.4.5?
I haven't seen the announcement on 2.4.5. Is 2.4.5 for bug fixes, additional
library facilities or both?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-p
lazarus-from-source
> .
>
> It looks like it will be better if the samplecfg uses the fpcmkcfg created
> with the new build. Has it been updated since the 2005 date it was created?
>
> How does the normal installation script create the proper fpc.cfg?
&g
reated?
How does the normal installation script create the proper fpc.cfg?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Is there an fpc library for TCP/IP network calculations, like computing
subnets, broadcast address etc.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http
__
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
Congratulations, and thanks for the updates.
Are fcl-web and fcl-xml more in line with the versions in 2.5.1, are they
sync?
I rem
?
We should consider it a challenge.
Let the voting begin!!
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
__
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 20 January 2011 13:09, Sven Barth wrote:
> Am 20.01.2011 14:08, schrieb Sven Barth:
>
> Am 20.01.2011 11:13, schrieb Frank Church:
>>
>>>
>>> I am trying to compile Freepascal 2.5.1 on Windows and I get the error
>>>
>>>
>>> make -C
I am trying to compile Freepascal 2.5.1 on Windows and I get the error
make -C pasjpeg distclean
make: *** pasjpeg: No such file or directory. Stop
the version is 16795M
Has that directory been removed?
--
Frank Church
===
http://devblog.brahmancreations.com
On 15 January 2011 18:52, Henry Vermaak wrote:
> On 15 January 2011 17:52, Frank Church wrote:
> >
> > Is there a FCL library that can be used to convert a large integer into
> > base64 format?
>
> Do you know about the base64 unit?
>
>
I have it working no
On 15 January 2011 18:31, Andreas Schneider wrote:
> On Saturday, January 15, 2011 18:52 Frank Church wrote:
>
> > Is there a FCL library that can be used to convert a large integer into
> base64 format?
>
>
> Define "large integer" ... in case you mean
Is there a FCL library that can be used to convert a large integer into
base64 format?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org
Is there an HMAC digest implementation that works with the FCL, ie with the
code fpc\2.4.0\source\packages\hash?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
r: TObject);
> var
> Cipher: TDCP_rijndael;
> begin
> Cipher:= TDCP_rijndael.Create(Self);
> Cipher.InitStr(edtKeyString.Text,TDCP_sha1);
> edtEncryptedText.Text := Cipher.EncryptString(edtInputText.Text);
> Cipher.Burn;
> Cipher.Free;
>
same as Delphi's, or are there some major differences?
PS. I asked this question in the Lazarus forum, but on reflection it is a
FreePascal question and belongs here instead.
--
Frank Church
===
http://devblog.brahmancreations.com
_
How accurate can a timestamp be calculated in FreePascal?
Is the the Now() function accurate to more than a millisecond?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal
On 18 October 2010 14:55, Frank Church wrote:
>
>
> On 18 October 2010 14:42, Florian Klaempfl wrote:
>
>> Am 18.10.2010 14:58, schrieb Frank Church:
>> >
>> >
>> > On 18 October 2010 07:49, Florian Klaempfl > > <mailto:flor...@freepascal.o
On 18 October 2010 14:42, Florian Klaempfl wrote:
> Am 18.10.2010 14:58, schrieb Frank Church:
> >
> >
> > On 18 October 2010 07:49, Florian Klaempfl > <mailto:flor...@freepascal.org>> wrote:
> >
> > Am 18.10.2010 08:17, schrieb Zaher Dirkey:
On 18 October 2010 07:49, Florian Klaempfl wrote:
> Am 18.10.2010 08:17, schrieb Zaher Dirkey:
> >
> >
> > On Thu, Oct 14, 2010 at 11:21 AM, Michael Van Canneyt
> > mailto:mich...@freepascal.org>> wrote:
> >
> >
> >
> > On Thu, 14 Oc
application to update
the UI.
What are the issues involved in making sure that the 2 threads don't
conflicted over access to the list?
This is my first foray into using threads that share memory structures.
--
Frank Church
===
http://devblog.brahmancreation
Can variables be declared within a begin end block?
eg.
if y = xxx then
begin
var xxx;
var yyy;
end
There are there as shortnames for long expressions
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal
--
>> Luca
>>
>
> I tested, without web access does not work. :o
>
> --
> Silvio Clécio,
> *programmer* *ObjectPascal*
>
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mail
On 3 October 2010 10:25, Frank Church wrote:
>
> I have posted an article and some code on some bash scripts I have
> developed to install FPC and Lazarus from source at
> http://devblog.brahmancreations.com/content/build-scripts-for-installing-freepascal-and-lazarus-from-source
On 3 October 2010 10:48, Honza wrote:
> 2010/10/3 Frank Church :
> > I have posted an article and some code on some bash scripts I have
> developed
> > to install FPC and Lazarus from source at
> >
> http://devblog.brahmancreations.com/content/build-scripts-for-instal
I have posted an article and some code on some bash scripts I have developed
to install FPC and Lazarus from source at
http://devblog.brahmancreations.com/content/build-scripts-for-installing-freepascal-and-lazarus-from-source
.
Any comments and tips are well come.
--
Frank Church
On 12 September 2010 13:05, Vincent Snijders wrote:
> 2010/9/12 Frank Church :
> > I need to elaborate more on this code
> >
> > On this line
> >
> > d := stTypes[i - Ord(low(stType))];
> >
> > since stTypes is an array, I expect stTypes[n], with n
ld be the correct way?
On 12 September 2010 12:51, Frank Church wrote:
> program testnums;
> //{$APPTYPE CONSOLE}
>
> uses
> Classes, SysUtils;
> type
>stType = (stLite := -100, stDb, stBothLite, stBothDb); //settings
> location Type
>stTypes = Array [stType]
o Ord(high(stType)) do
begin
d := stTypes[i - Ord(low(stType))];
writestr(s,d);
writeln(d + ' ' + IntToStr(Integer(i)));
end;
readln;
end.
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal mai
On 30 August 2010 11:30, Frank Church wrote:
> Is there a subroutine that can convert an enum value to a strings, so that
> I can do something like ShowMessage(EnumToStr(enumValue))?
>
> --
>
program testnums;
//{$APPTYPE CONSOLE}
uses
Classes, SysUtils;
type
stType =
Can freepascal use negative enum values, eg
type
anyType = ( a:= -10, b, c,d,e) so that b,c,d,e are -9 to -6 ?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
On 5 September 2010 14:48, Jonas Maebe wrote:
>
> On 05 Sep 2010, at 15:05, Frank Church wrote:
>
> > Running the code below produces this error message:
> > rcacsbilling.pas(3660,25) Error: Identifier not found "dbgRemoteLinks"
> >
> > i
"dbgRemoteLinks"
if [dbgRemoteLinks] in dbgActiveOptions then
mmoURLPageContent.Lines.AddStrings(procList);
Is that the wrong syntax in FreePascal?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pasca
On 30 August 2010 11:37, Graeme Geldenhuys wrote:
> Op 2010-08-30 12:30, Frank Church het geskryf:
> > Is there a subroutine that can convert an enum value to a strings, so
> > that I can do something like ShowMessage(EnumToStr(enumValue))?
>
>
> eg:
>
> function Ob
Is there a subroutine that can convert an enum value to a strings, so that I
can do something like ShowMessage(EnumToStr(enumValue))?
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal
y
Delphi 3 or Delphi 7
Can someone help me with this, with some use cases as well?
Thanks
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.o
It is working now on 2.2.4. I think it was a temporary IDE glitch, which is
what I suspected. Adding the ; made it go away, but it wasn't really the
problem
2010/7/1 Mattias Gärtner
> Zitat von Frank Church :
>
>
> I will be upgrading to 2.4.0 soon.
>>
>>
E BEGIN
> IF ... THEN
> BEGIN
>...
> END; // <-- This END is for the "IF".
> END; // <-- This END is for the "ELSE".
>
> I recommend to use "BEGIN ... END" blocks in nested "IF" always to
> prevent t
eck.
Color := clBlue;
end;
end;
end;
end;
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Is the an LCL routine that can get the timezone from the computer on both
Windows and Linux? None of the examples mention a way of getting the
computer's time zone.
On 27 April 2010 20:57, Marco van de Voort wrote:
> In our previous episode, Frank Church said:
> > attempt is based
setup, but I
guess you have to get used to it and be able to migrate your data as well.
On 5 May 2010 07:29, Zaher Dirkey wrote:
> On Tue, Apr 27, 2010 at 6:05 PM, Frank Church wrote:
>
>> What project management tool does FPC and Lazarus developers use? I
>> mean besides mantis
eepascal.org/Components_and_Code_examples
>
> --
> Felipe Monteiro de Carvalho
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
--
Frank Churc
1 - 100 of 112 matches
Mail list logo