[lazarus] implementation
dvortex
dvortex at netcourrier.com
Wed Apr 26 15:19:19 EDT 2000
Can i do something like this:
Object1 = record
MasterValue : MasterType
case Mastervalue
mv1: SubValue: Boolean;
mv2: SubValue: Integer;
else: subvalue: TObject;
Function GetValueAsString: String;
end;
??
can a record have a "case" for its properties ? (i beleive it does, i just
want confirmation of it)
can a record have some functions/procedure in it ? (i beleive it does too,
just didn't see it yet in the source files i looked at --not that
many--.. :o)
hehehe thanks people !
(back to work..)
More information about the Lazarus
mailing list