Search found 4 matches

by Claude
Tue Apr 05, 2016 7:59 am
Forum: XLSReadWritwII 6
Topic: How to set BuiltInName to bnPrintTitles in Version 5?
Replies: 3
Views: 2938

Re: How to set BuiltInName to bnPrintTitles in Version 5?

larsa wrote:Please study the NamedCells sample.
But I don't know what BuiltInName does. Is there a documentation of what it does in version 4?
by Claude
Wed Mar 23, 2016 10:51 am
Forum: XLSReadWritwII 6
Topic: How to set BuiltInName to bnPrintTitles in Version 5?
Replies: 3
Views: 2938

How to set BuiltInName to bnPrintTitles in Version 5?

I fail to migrate this code:

Code: Select all

    with xlw2.InternalNames.Add do
    begin
      BuiltInName := bnPrintTitles;
      Definition := 'Sheet4!$A$3:$IV$3';
    end;
I don't know what it does. What did this do in Version 4? How can bnPrintTitles be used in Version 5?

Claude
by Claude
Thu Mar 17, 2016 2:46 pm
Forum: XLSReadWritwII 6
Topic: Components for Delphi 10 Seattle?
Replies: 1
Views: 1913

Re: Components for Delphi 10 Seattle?

I have found it here: C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl
I find it baffling how complex and confusing it is to simply install a component in RAD Studio. But it works now.
by Claude
Thu Mar 17, 2016 1:24 pm
Forum: XLSReadWritwII 6
Topic: Components for Delphi 10 Seattle?
Replies: 1
Views: 1913

Components for Delphi 10 Seattle?

How to Install the components in Delphi 10 Seattle? There's no bpl in \XLSSuit5\Package\DDX10 that I could use.
And there's no delphi project that I could use to create it.
I need a XLSRWII5_DDX10.bpl, don't I?

Claude