Recent

Author Topic: What is mean "inline" in LFM file  (Read 2220 times)

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
What is mean "inline" in LFM file
« on: September 28, 2015, 10:27:14 am »
What is mean keyword "inline" in LFM file?

Code: [Select]
      end
      object Label12: TLabel
        Left = 8
        Height = 13
        Top = 155
        Width = 51
        Caption = '&Language:'
        ParentColor = False
      end
      inline SampleEdit: TSynEdit
        Left = 3
        Height = 139
        Top = 181
        Width = 422


the full source of LFM
https://github.com/parmaja/miniedit/blob/master/source/editor/EditorOptions.lfm#L612
« Last Edit: September 28, 2015, 10:28:47 am by Zaher »

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: What is mean "inline" in LFM file
« Reply #1 on: September 28, 2015, 11:30:32 am »
It means that particular component is based on a frame.

 

TinyPortal © 2005-2018