Lines Matching refs:FValue
106 FValue: String;
370 FValue: Pointer;
443 FValue := AValue;
448 Result := FValue;
453 FValue := Value;
458 Result := FValue;
936 IInterface(FEntries[I].FValue) := nil;
945 Exit(Integer(FEntries[I].FValue));
955 Exit(IInterface(FEntries[I].FValue));
971 FEntries[I].FValue := Pointer(Value);
975 FEntries[FCount].FValue := Pointer(Value);
988 IInterface(FEntries[I].FValue) := Value;
992 FEntries[FCount].FValue := nil;
993 IInterface(FEntries[FCount].FValue) := Value;