Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Florian Klaempfl
Cesar Romero schrieb: > Florian, >> In which regard, quoting: "The assignment operator is also used to >> convert types from one type to another. The compiler will consider all >> overloaded assignment operators till it finds one that matches the types >> of the left hand and right hand expressions

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Florian, In which regard, quoting: "The assignment operator is also used to convert types from one type to another. The compiler will consider all overloaded assignment operators till it finds one that matches the types of the left hand and right hand expressions. If no such operator is found, a

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Florian Klaempfl
Cesar Romero schrieb: > Florian Klaempfl escreveu: >> Cesar Romero schrieb: >> >>> Hi, >>> >>> Im wondering if FPC Team have plans to support Record Methods/Operators >>> in future versions of FPC >>> I read the actual "Future plans" and the most closed item is "RTL:: More >>> compatibility with

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Florian Klaempfl escreveu: Cesar Romero schrieb: Hi, Im wondering if FPC Team have plans to support Record Methods/Operators in future versions of FPC I read the actual "Future plans" and the most closed item is "RTL:: More compatibility with later Delphi versions." But it do not means that

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Florian Klaempfl escreveu: Cesar Romero schrieb: Hi, Im wondering if FPC Team have plans to support Record Methods/Operators in future versions of FPC I read the actual "Future plans" and the most closed item is "RTL:: More compatibility with later Delphi versions." But it do not means that

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Florian Klaempfl
Cesar Romero schrieb: > Hi, > > Im wondering if FPC Team have plans to support Record Methods/Operators > in future versions of FPC > I read the actual "Future plans" and the most closed item is "RTL:: More > compatibility with later Delphi versions." > But it do not means that records can be chan

[fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Hi, Im wondering if FPC Team have plans to support Record Methods/Operators in future versions of FPC I read the actual "Future plans" and the most closed item is "RTL:: More compatibility with later Delphi versions." But it do not means that records can be changed. I want to implement my Val