PDA

View Full Version : What are the lape equivalent of these classes?



rj
08-27-2014, 07:24 PM
Does lape have these classes inside of it?

TLabel, TListBox, TEdit, TImage, TMufasaBitmap, TBitmap, Tshape

Olly
08-27-2014, 07:36 PM
Does lape have these classes inside of it?

TLabel, TListBox, TEdit, TImage, TMufasaBitmap, TBitmap, Tshape

No Lape does not.

rj
08-27-2014, 07:39 PM
No Lape does not.

It has none of these or are you trolling?

Turpinator
08-27-2014, 07:40 PM
It has none of these or are you trolling?

he is correct, these types are not part of Lape.

rj
08-27-2014, 07:41 PM
he is correct, these types are not part of Lape.

I thought lape had some form of a TEdit but wasn't sure about the rest (no pun intended)

Olly
08-27-2014, 07:41 PM
Open Simba, and check via the CC.

rj
08-27-2014, 07:46 PM
Open Simba, and check via the CC.

what is the CC

slacky
08-27-2014, 07:49 PM
what is the CC
"CC" is the letter "C" typed twice, considering both C's are uppercase it's probably an acronym.

PS: Even tho the classes are not part of Lape it self does not mean they don't get exported from Simba to Lape.

masterBB
08-27-2014, 10:02 PM
TLabel extends the TCustomLabel class, implementation can be found here:

https://github.com/MerlijnWajer/Simba/blob/master/Units/MMLAddon/LPInc/Classes/miniLCL/lplclstdctrls.pas#L1732

All classes included by lape and their implementation can be found here:

https://github.com/MerlijnWajer/Simba/tree/master/Units/MMLAddon/LPInc/Classes