TXLSDataValidation: aggregation or inheritance

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
icegood
Posts: 8
Joined: Wed May 04, 2016 1:28 pm

TXLSDataValidation: aggregation or inheritance

Post by icegood »

hi there, have in code

Code: Select all

type TXLSDataValidation = class(TXc12DataValidation)
...
protected
   FData: TXc12DataValidation;

...

procedure TXLSDataValidation.SetType_(const Value: TXc12DataValidationType);
begin
  FData.Type_ := Value;
end;
do you work via aggregation or via inheritance????
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: TXLSDataValidation: aggregation or inheritance

Post by larsa »

Hello

I don't understand. What is the question?
Lars Arvidsson, Axolot Data
Post Reply