Jump to content

Recommended Posts

Posted

Please provide a string property which can be used to set the caption.

 

 

Rationale:

There is a class-name but no caption-name.

 

If you want to set a custom caption on the TabSheet, it would be nice if you can store a caption on a UniFrame.property which then can retrieved when

 

 

Example code:

 

ts := TUniTabSheet.Create(Self)

...

frC := TUniFrameClass(FindClass(FClassName));

ts.Caption = frC.Caption; <---

...

 

 

  • 2 weeks later...
Posted

Pal:

 

Normally when use a frame I use a inherited frame. In you case you can define a custom TBaseFrame with a Caption property.

 

After you can use it for that yo need.

×
×
  • Create New...