Afficher un message
Vieux 27/10/2007, 12h13   #1
loki
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut a propos d'heritage (Tstrings)

Soit la classe Tstrings :

TStrings = class(TPersistent)
private
function GetValue(const Name: string): string;
procedure SetValue(const Name, Value: string);
protected
public
property Values[const Name: string]: string read GetValue write SetValue;
end;

Je voudrais dans une classe enfant modifier la procedure SetValue .. comment je peux faire cela ? bon je sais c'est pas possible mais bon ...

a++
stéphane
  Réponse avec citation
 
Page generated in 0,05466 seconds with 9 queries